分配问题修改;
This commit is contained in:
+1
@@ -875,6 +875,7 @@ public class StockOutOrderApplicationService {
|
|||||||
alreadyAllocationQuantity1 = BigDecimal.ZERO;
|
alreadyAllocationQuantity1 = BigDecimal.ZERO;
|
||||||
}
|
}
|
||||||
BigDecimal nowAllocationQuantity1 = allocationQuantity1.subtract(alreadyAllocationQuantity1);
|
BigDecimal nowAllocationQuantity1 = allocationQuantity1.subtract(alreadyAllocationQuantity1);
|
||||||
|
returnOutMaterialDetailDOChild.setAlreadyAllocationQuantity(allocationQuantity1);
|
||||||
returnOutMaterialDetailDOChild.setNowAllocationQuantity(nowAllocationQuantity1);
|
returnOutMaterialDetailDOChild.setNowAllocationQuantity(nowAllocationQuantity1);
|
||||||
returnOutMaterialDetailDOChildList.add(returnOutMaterialDetailDOChild);
|
returnOutMaterialDetailDOChildList.add(returnOutMaterialDetailDOChild);
|
||||||
totalAllocationQuantity = totalAllocationQuantity.add(returnOutMaterialDetailDOChild.getAllocationQuantity());
|
totalAllocationQuantity = totalAllocationQuantity.add(returnOutMaterialDetailDOChild.getAllocationQuantity());
|
||||||
|
|||||||
Reference in New Issue
Block a user