From c5834dece5ebef10e2e56a4f654a8d3f6061cf6c Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期四, 25 一月 2024 16:28:48 +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 4a83862..37a9d43 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -5449,7 +5449,14 @@
                         oSc_StationOutSumReport.ModCaption = gnmc;
                         oSc_StationOutSumReport.Show();
                         oMainForm.AddTabPage(oSc_StationOutSumReport);
-                        break; 
+                        break;
+                    case "sc_procexchangenoinreport":
+                        Sc_ProcExchangeNoInReport oSc_ProcExchangeNoInReport = new Sc_ProcExchangeNoInReport();
+                        oSc_ProcExchangeNoInReport.MdiParent = oMain;
+                        oSc_ProcExchangeNoInReport.ModCaption = gnmc;
+                        oSc_ProcExchangeNoInReport.Show();
+                        oMainForm.AddTabPage(oSc_ProcExchangeNoInReport);
+                        break;
                     case "sc_processexchangebill":
                         Sc_ProcessExchangeBill oSc_ProcessExchangeBill = new Sc_ProcessExchangeBill();
                         oSc_ProcessExchangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;

--
Gitblit v1.9.1