This commit is contained in:
2024-01-11 13:17:02 +08:00
parent 1cc0f4671e
commit 97b8ddd3b5
3 changed files with 22 additions and 10 deletions

View File

@@ -190,8 +190,8 @@ export default {
},
{
type: 'input',
label: '库位编码',
placeholder: '库位编码',
label: '托盘编码',
placeholder: '托盘编码',
param: 'code',
},
{
@@ -244,7 +244,7 @@ export default {
this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10;
this.listQuery.warehouseStorehouseName = val.name;
this.listQuery.warehouseStorehouseCode = val.code;
this.listQuery.trayCode = val.code;
this.listQuery.goodName = val.pname;
this.listQuery.goodCode = val.pcode;
this.listQuery.process = val.processId;

View File

@@ -191,8 +191,8 @@ export default {
},
{
type: 'input',
label: '库位编码',
placeholder: '库位编码',
label: '托盘编码',
placeholder: '托盘编码',
param: 'code',
},
{
@@ -247,7 +247,7 @@ export default {
this.listQuery.pageNo = 1;
this.listQuery.pageSize = 10;
this.listQuery.warehouseStorehouseName = val.name;
this.listQuery.warehouseStorehouseCode = val.code;
this.listQuery.trayCode = val.code;
this.listQuery.goodName = val.pname;
this.listQuery.goodCode = val.pcode;
this.listQuery.process = val.processId;