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 |   47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 9008804..0d75033 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3640,6 +3640,18 @@
                         oGy_BarCodeBill_New.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                         oGy_BarCodeBill_New.ShowDialog();
                         break;
+                    case "gy_barcodebill_rework":
+                        //
+                        Gy_BarCodeBill_Rework oGy_BarCodeBill_Rework = new Gy_BarCodeBill_Rework();
+                        oGy_BarCodeBill_Rework.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_BarCodeBill_Rework.ShowDialog();
+                        break;
+                    case "gy_barcodebill_xiabao":
+                        //
+                        Gy_BarCodeBill_XiaBao oGy_BarCodeBill_XiaBao = new Gy_BarCodeBill_XiaBao();
+                        oGy_BarCodeBill_XiaBao.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_BarCodeBill_XiaBao.ShowDialog();
+                        break;
                     case "gy_cusbarcodebilllist":
                         //权限
                         Gy_CusBarCodeBillList oGy_CusBarCodeBillList = new Gy_CusBarCodeBillList();
@@ -3652,6 +3664,25 @@
                         Gy_CusBarCodeBill_KaiBei oGy_CusBarCodeBill_KaiBei = new Gy_CusBarCodeBill_KaiBei();
                         oGy_CusBarCodeBill_KaiBei.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                         oGy_CusBarCodeBill_KaiBei.ShowDialog();
+                        break;
+                    case "gy_cusbarcodebill_kaibei_langchao":
+                        //
+                        Gy_CusBarCodeBill_KaiBei_LangChao oGy_CusBarCodeBill_KaiBei_LangChao = new Gy_CusBarCodeBill_KaiBei_LangChao();
+                        oGy_CusBarCodeBill_KaiBei_LangChao.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_CusBarCodeBill_KaiBei_LangChao.ShowDialog();
+                        break;
+                    case "gy_cusbarcodebill_kaibei_huasan":
+                        //
+                        Gy_CusBarCodeBill_KaiBei_HuaSan oGy_CusBarCodeBill_KaiBei_HuaSan = new Gy_CusBarCodeBill_KaiBei_HuaSan();
+                        oGy_CusBarCodeBill_KaiBei_HuaSan.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_CusBarCodeBill_KaiBei_HuaSan.ShowDialog();
+                        break;
+                    case "gy_datain_updatebarcodestatus":
+                        //
+                        Gy_DataIn_UpDateBarCodeStatus oGy_DataIn_UpDateBarCodeStatus = new Gy_DataIn_UpDateBarCodeStatus();
+                        oGy_DataIn_UpDateBarCodeStatus.MdiParent = oMain;
+                        oGy_DataIn_UpDateBarCodeStatus.Show();
+                        oMainForm.AddTabPage(oGy_DataIn_UpDateBarCodeStatus);
                         break;
                     case "sc_icmotobarcode":
                         //
@@ -4037,6 +4068,13 @@
                         oGy_PackBarCodeBill_automaticallyByPLC.MdiParent = oMain;
                         oGy_PackBarCodeBill_automaticallyByPLC.Show();
                         oMainForm.AddTabPage(oGy_PackBarCodeBill_automaticallyByPLC);
+                        break;
+                    case "gy_barcodebill_automaticallybyplc_new_change":
+                        //权限
+                        Gy_BarCodeBill_automaticallyByPLC_New_Change oGy_BarCodeBill_automaticallyByPLC_New_Change = new Gy_BarCodeBill_automaticallyByPLC_New_Change();
+                        oGy_BarCodeBill_automaticallyByPLC_New_Change.MdiParent = oMain;
+                        oGy_BarCodeBill_automaticallyByPLC_New_Change.Show();
+                        oMainForm.AddTabPage(oGy_BarCodeBill_automaticallyByPLC_New_Change);
                         break;
                     default:
                         break;
@@ -5300,7 +5338,7 @@
         }
         #endregion
 
-        #region 车间管理
+        #region 车间管
         public void Zxxymk_CJGL(string gnsy, string gnmc, Form oMain)
         {
             ////
@@ -5504,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