From fb87ea77f00ad18ee0cf4117f52ea6dc2b5e00a2 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 05 十二月 2025 09:16:23 +0800
Subject: [PATCH] 1

---
 LMES/ClsShowMod.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index fe3a4cf..0d75033 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -5338,7 +5338,7 @@
         }
         #endregion
 
-        #region 车间管理
+        #region 车间管
         public void Zxxymk_CJGL(string gnsy, string gnmc, Form oMain)
         {
             ////
@@ -5542,6 +5542,13 @@
                         oSc_ProcessExchangeBillList.Show();
                         oMainForm.AddTabPage(oSc_ProcessExchangeBillList);
                         break;
+                    case "sc_processexchangebillquery":
+                        Sc_ProcessExchangeBillList oSc_ProcessExchangeBillQuery = new Sc_ProcessExchangeBillList();
+                        oSc_ProcessExchangeBillQuery.MdiParent = oMain;
+                        oSc_ProcessExchangeBillQuery.ModCaption = gnmc;
+                        oSc_ProcessExchangeBillQuery.Show();
+                        oMainForm.AddTabPage(oSc_ProcessExchangeBillQuery);
+                        break;
                     //case "sc_procexchreport":
                     //    Sc_ProcExchReport oSc_ProcExchReport = new Sc_ProcExchReport();
                     //    oSc_ProcExchReport.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;

--
Gitblit v1.9.1