From c5f74c8471358dbfb6977f4d9d392b656c31a16a Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期四, 17 七月 2025 17:26:29 +0800 Subject: [PATCH] 购销销售订单,采购订单关联 --- StandardInterface/MES.Service/service/QC/XJService.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MES.Service/service/QC/XJService.cs b/StandardInterface/MES.Service/service/QC/XJService.cs index 9ed2beb..9e9aa40 100644 --- a/StandardInterface/MES.Service/service/QC/XJService.cs +++ b/StandardInterface/MES.Service/service/QC/XJService.cs @@ -13,7 +13,7 @@ private readonly BaseService _baseService = new(); - private readonly string[] statusArray = ["寮�宸�", "寰呭紑宸�"]; + private readonly string[] statusArray = ["宸插紑宸�", "鏈紑宸�", "寰呭紑宸�"]; //鐢熸垚鏈�鏂扮殑妫�楠屽崟鍙� public string getMaxReleaseNo() @@ -528,4 +528,5 @@ .ExecuteCommand(); }); } + } \ No newline at end of file -- Gitblit v1.9.3