Commit deeefbde authored by 李苏's avatar 李苏 💬

字段/逻辑变更

parent 9901c8d2
......@@ -12,7 +12,7 @@
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">托盘编号:</span>
<el-input v-model="queryParams.code"></el-input>
<el-input v-model="queryParams.rqCode"></el-input>
</div>
</el-col>
<el-col :span="6" class="search-col">
......@@ -123,7 +123,8 @@
queryParams: {
zt: '',
kczt: '',
tybz: ''
tybz: '',
rqCode:''
},
/* 表格标题对应参数*/
......
......@@ -212,7 +212,7 @@
type: 'warning'
}).then(res => {
this.$post('wms/jcsj/kw/clean', {
ids: [ctx.singleItem.id]
id: ctx.singleItem.id
}).then(res => {
if (res.success) {
this.$success('操作成功')
......
......@@ -251,6 +251,15 @@
value: ''
}
],
[
{
label: '销售交货单',
prop: 'vbeln',
span: 4,
type: 'input',
value: ''
}
]
],
/* 默认启停用 */
......
......@@ -252,6 +252,15 @@
value: ''
}
],
[
{
label: '销售交货单',
prop: 'vbeln',
span: 4,
type: 'input',
value: ''
}
]
],
/* 默认启停用 */
......
......@@ -198,13 +198,13 @@
width: 160,
},
{
title: "冻结数量",
field: "djsl",
// {
// title: "冻结数量",
// field: "djsl",
type: 'inputNumber',
allowEdit: false
},
// type: 'inputNumber',
// allowEdit: false
// },
{
title: "盘存数量",
field: "pcsl",
......@@ -219,13 +219,13 @@
type: 'inputNumber',
allowEdit: false
},
{
title: "盘盈数量",
field: "pysl",
// {
// title: "盘盈数量",
// field: "pysl",
type: 'inputNumber',
allowEdit: false
},
// type: 'inputNumber',
// allowEdit: false
// },
{
title: "盘盈数量",
field: "pysl",
......
......@@ -64,6 +64,11 @@
field: "hzName",
width: 140
},
{
title: "来源单据",
field: "lydjDjid",
width: 140
},
{
title: "上架状态",
field: "zt",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment