增加批次号,行增加过滤

This commit is contained in:
JinLu.Yin
2022-06-14 14:14:37 +08:00
parent 551a6a0a51
commit 88b87976b6
3 changed files with 28 additions and 10 deletions

View File

@@ -192,7 +192,7 @@ export default {
itemName: null,
specification: null,
unitOfMeasure: null,
batchCode: null,
batchCode: this.batchCode,
warehouseId: null,
warehouseCode: null,
warehouseName: null,
@@ -202,7 +202,7 @@ export default {
areaId: null,
areaCode: null,
areaName: null,
vendorId: null,
vendorId: this.vendorId,
vendorCode: null,
vendorName: null,
vendorNick: null,
@@ -213,6 +213,10 @@ export default {
form: {},
};
},
props:{
vendorId: null,
batchCode: null
},
created() {
this.getList();
this.getTreeselect();