接口数据调整
This commit is contained in:
@@ -162,10 +162,12 @@ namespace WMS.Web.Repositories
|
||||
Id=s.detail.Id,
|
||||
DetailsId=s.detail.Id,
|
||||
SourceBillNo=s.order.SourceBillNo,
|
||||
MaterialId=s.detail.MaterialId,
|
||||
MaterialName = "",
|
||||
MaterialNumber = "",
|
||||
Specifications = "",
|
||||
Qty=s.detail.AccruedQty
|
||||
Qty=s.detail.AccruedQty,
|
||||
Remark = s.detail.Remark
|
||||
}).ToListAsync();
|
||||
return list;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user