分配时保存库存数量;
This commit is contained in:
+1
@@ -627,6 +627,7 @@ public class StockOutOrderApplicationService {
|
||||
detail.setStorageSectionId(materialInventory.getStorageSectionId());
|
||||
detail.setStorageName(materialInventory.getStorageName());
|
||||
detail.setStorageCode(materialInventory.getStorageCode());
|
||||
detail.setInventoryQuantity(materialInventory.getInventoryQuantity());
|
||||
}
|
||||
stockOutOrderD.setMaterialDetailList(materialDetailList);
|
||||
StockOutOrderDO assembleStockOutOrderDO = assembleParamByOutOrder(stockOutOrderD);
|
||||
|
||||
Reference in New Issue
Block a user