订单查询,出货撤销与,工单查询功能修改

This commit is contained in:
2026-02-07 18:16:21 +08:00
parent a9b59678de
commit bfc0f27b18
6 changed files with 150 additions and 77 deletions

View File

@@ -571,7 +571,7 @@ public class ReportFlowService : BaseService<ProReportwork01>, IReportFlowServic
}
else
{
orderPurchase.Orderindicator = 0;
orderPurchase.Orderindicator = -1;
}
int res = Context.Updateable(orderPurchase).ExecuteCommand();
Context.Ado.CommitTran();