bug修复4

This commit is contained in:
tongfei
2023-12-04 14:05:27 +08:00
parent a38f2a6ad2
commit da67a60791
4 changed files with 28 additions and 1 deletions

View File

@@ -332,6 +332,7 @@ namespace WMS.Web.Repositories
Specifications = _erpBasicDataExtendService.GetMaterialSpecifications(materials, s.MaterialId),
Qty = s.AccruedQty,
DeliveredQty = s.DeliveredQty,
AvailableQty = s.AccruedQty - s.ReceiveQty - s.DeliveredQty,
Remark = s.Remark,
ErpDetailId=s.ErpDetailId
}).ToListAsync();