接口优化
This commit is contained in:
@@ -288,6 +288,8 @@ namespace WMS.Web.Repositories
|
||||
Specifications = _erpBasicDataExtendService.GetMaterialSpecifications(materials, s.detail.MaterialId),
|
||||
Qty =s.detail.AccruedQty,
|
||||
DeliveredQty=s.detail.DeliveredQty,
|
||||
ReceiveQty=s.detail.ReceiveQty,
|
||||
AvailableQty =s.detail.AccruedQty- s.detail.ReceiveQty- s.detail.DeliveredQty,
|
||||
Remark = s.detail.Remark
|
||||
}).ToListAsync();
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user