产品入库单

This commit is contained in:
JinLu.Yin
2022-09-23 14:30:58 +08:00
parent 53d781c9f6
commit bdd800a800
4 changed files with 178 additions and 241 deletions

View File

@@ -206,6 +206,7 @@ export default {
vendorCode: null,
vendorName: null,
vendorNick: null,
workorderId: this.workorderId,
quantityOnhand: null,
expireDate: null,
},
@@ -221,7 +222,8 @@ export default {
locationId: null,
locationCode: null,
areaId: null,
areaCode: null
areaCode: null,
workorderId: null,
},
created() {
this.getList();