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

字段/逻辑变更

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