订单显示优化

This commit is contained in:
2025-04-11 15:36:44 +08:00
parent 1e8987908e
commit 38fd3febeb

View File

@@ -173,7 +173,7 @@ public class ReportFlowController : BaseController
} }
if (ret == 2) if (ret == 2)
{ {
data = "采购订单号和工单号不匹配"; data = "采购订单不存在,请检查订单号";
} }
if (ret == 3) if (ret == 3)
{ {