This commit is contained in:
2025-05-15 12:36:05 +08:00
parent 0684d8e4f5
commit c9c27ac3dc
5 changed files with 45 additions and 20 deletions

View File

@@ -62,6 +62,7 @@ namespace MyCode.Project.Repositories
,[FBillNo] ,FPurchaseOrgId,FPurchaseOrgName
, FReceiveQty as SendedQty
, B.FRemainReceiveQty as NotSendQty
,b.* FROM [PurchaseOrder] a left join PurchaseOrderItem b on a.fid=b.fid
";
var list= this.SelectListPage<PurchaseOrderPageList>(sql, where, search.Page, search.PageSize, " [FiD] desc,MaterialCode ");