移箱-箱库存

This commit is contained in:
tongfei
2024-01-02 14:20:12 +08:00
parent 7a1d4bb52d
commit e100e74c2f

View File

@@ -195,7 +195,7 @@ namespace WMS.Web.Domain.Services
item.BoxId, boxDet.MaterialId, item.BoxId, boxDet.MaterialId,
item.OrgCode, item.StockCode, item.OrgCode, item.StockCode,
SubStockId, OrderType.MoveBox, SubStockId, OrderType.MoveBox,
item.BillNo, item.Qty, InOutType); item.BillNo, boxDet.Qty, InOutType);
InventoryInOutDetailsGenerateDtoList.Add(inventoryInOutDet); InventoryInOutDetailsGenerateDtoList.Add(inventoryInOutDet);
} }
} }