生产退料行去掉仓库带出

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu 2022-11-15 23:36:19 +08:00
parent 42216ad413
commit 5c5eedc7fa

View File

@ -371,10 +371,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.locationId = obj.locationId;
this.form.areaId = obj.areaId;
this.form.batchCode = obj.batchCode;
this.form.quantityRt = obj.quantityOnhand;
this.form.quantityMax = obj.quantityOnhand;
}