领料出库时带出原有的批次号。

This commit is contained in:
JinLu.Yin 2022-09-13 22:41:41 +08:00
parent 295fec5e0f
commit f10a7fcea1

View File

@ -348,6 +348,7 @@ export default {
this.form.itemName = obj.itemName;
this.form.specification = obj.specification;
this.form.unitOfMeasure = obj.unitOfMeasure;
this.form.batchCode = obj.batchCode;
this.form.warehouseId = obj.warehouseId;
this.form.warehouseCode = obj.warehouseCode;
this.form.warehouseName = obj.warehouseName;