This commit is contained in:
2025-04-27 16:59:10 +08:00
parent 7d3a84e9b0
commit da57cd5e5c
3 changed files with 73 additions and 16 deletions

View File

@@ -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;