222
This commit is contained in:
@@ -4,6 +4,7 @@ using MyCode.Project.Domain.Message.Response.PurchaseOrder;
|
||||
using MyCode.Project.Domain.Model;
|
||||
using MyCode.Project.Domain.Repositories;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Extensions;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
using MyCode.Project.Repositories.Common;
|
||||
using System;
|
||||
@@ -98,6 +99,8 @@ namespace MyCode.Project.Repositories
|
||||
}
|
||||
t.TiaoMa = $@"{t.MaterialCode}*{t.Qty.Value.ToString("F2")}*{t.FBillNo}*{t.FSupplierLot}";
|
||||
fid = t.FormId;
|
||||
if (t.CuseQty == 0)
|
||||
t.CuseQty = t.Qty.SafeValue();
|
||||
});
|
||||
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user