BUG修复
This commit is contained in:
@@ -332,7 +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,
|
||||
AvailableQty = s.AccruedQty - s.ReceiveQty,
|
||||
Remark = s.Remark,
|
||||
ErpDetailId=s.ErpDetailId
|
||||
}).ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user