库存选择修改;领料单行上仓库回显修复;退料单行完善。

This commit is contained in:
JinLu.Yin
2022-09-16 21:26:49 +08:00
parent be128e28c3
commit 2df4b8c710
4 changed files with 119 additions and 40 deletions

View File

@@ -193,14 +193,14 @@ export default {
specification: null,
unitOfMeasure: null,
batchCode: this.batchCode,
warehouseId: null,
warehouseCode: null,
warehouseId: this.warehouseId,
warehouseCode: this.warehouseCode,
warehouseName: null,
locationId: null,
locationCode: null,
locationId: this.locationId,
locationCode: this.locationCode,
locationName: null,
areaId: null,
areaCode: null,
areaId: this.areaId,
areaCode: this.areaCode,
areaName: null,
vendorId: this.vendorId,
vendorCode: null,
@@ -215,7 +215,13 @@ export default {
},
props:{
vendorId: null,
batchCode: null
batchCode: null,
warehouseId: null,
warehouseCode: null,
locationId: null,
locationCode: null,
areaId: null,
areaCode: null
},
created() {
this.getList();