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

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

@@ -264,7 +264,7 @@ namespace DOAN.Service.MES.order
}
else if (!string.IsNullOrEmpty(Orderindicator) && Orderindicator == "否")
{
model.Orderindicator = 0;
model.Orderindicator = -1;
}
else
{