移位重量信息bug修改
This commit is contained in:
+4
@@ -901,6 +901,10 @@ public class ShiftManageDomainService {
|
||||
}else {
|
||||
MaterialInventoryDO materialInventoryDONow = new MaterialInventoryDO();
|
||||
BeanUtils.copyProperties(materialInventoryDb, materialInventoryDONow);
|
||||
materialInventoryDONow.setNetWeight(shiftMaterialDetailPO.getNetWeight());
|
||||
materialInventoryDONow.setGrossWeight(shiftMaterialDetailPO.getGrossWeight());
|
||||
materialInventoryDONow.setVolume(shiftMaterialDetailPO.getVolume());
|
||||
materialInventoryDONow.setArea(shiftMaterialDetailPO.getArea());
|
||||
materialInventoryDONow.setInventoryQuantity(shiftMaterialDetailPO.getShiftQuantity());
|
||||
materialInventoryDONow.setAllocationQuantity(shiftMaterialDetailPO.getShiftQuantity());
|
||||
// 目标库位已存在时,用 materialMoreDetailList 覆盖批次属性(保证批次属性随移位写入)
|
||||
|
||||
Reference in New Issue
Block a user