This commit is contained in:
tongfei
2023-11-11 16:44:22 +08:00
parent 2f5e00958f
commit 7d1f7cdf89

View File

@@ -332,6 +332,7 @@ namespace WMS.Web.Repositories
.Select(s=>new SourceBillNoNoPurchaseDetailsQueryResponse() .Select(s=>new SourceBillNoNoPurchaseDetailsQueryResponse()
{ {
TaskId=s.Fid, TaskId=s.Fid,
DetailsId=s.Id,
SupplierId = s.SupplierId, SupplierId = s.SupplierId,
OrgId = s.OrgId, OrgId = s.OrgId,
MaterialId = s.MaterialId, MaterialId = s.MaterialId,