|
|
|
|
@ -58,8 +58,8 @@
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="4" style="text-align: left">
|
|
|
|
|
<a-form-item label="盘点号">
|
|
|
|
|
<a-input v-model="queryParam.lotnum" placeholder="请输入" />
|
|
|
|
|
<a-form-item label="托盘号">
|
|
|
|
|
<a-input v-model="queryParam.wmsTrayCode" placeholder="请输入" />
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="4">
|
|
|
|
|
@ -165,7 +165,7 @@ export default {
|
|
|
|
|
return {
|
|
|
|
|
statusMap: {0:"未盘点",1:"盘点异常",2:"核对正确",3:"人工核对正确",4: "需要人工核对",},
|
|
|
|
|
queryParam: {
|
|
|
|
|
lotnum: '',
|
|
|
|
|
wmsTrayCode: '',
|
|
|
|
|
side : '',
|
|
|
|
|
leftRight : ''
|
|
|
|
|
},
|
|
|
|
|
@ -198,7 +198,11 @@ export default {
|
|
|
|
|
scopedSlots: {customRender: 'goodsLocation'},
|
|
|
|
|
width:200,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: "托盘码",
|
|
|
|
|
dataIndex: "wmsTrayCode",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "盘点状态",
|
|
|
|
|
scopedSlots: {customRender: 'status'},
|
|
|
|
|
@ -240,6 +244,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
handleOperationCancel() {
|
|
|
|
|
this.operationVisible = false;
|
|
|
|
|
this.request()
|
|
|
|
|
},
|
|
|
|
|
//获取巷道列表
|
|
|
|
|
getStreetList() {
|
|
|
|
|
|