From 9f70464629f261ea1fb8a51e6cdca4b8ac66ff46 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 13 八月 2025 10:01:45 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index d01ebd1..e35fc20 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3640,6 +3640,12 @@
                         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();
@@ -3665,6 +3671,13 @@
                         oGy_CusBarCodeBill_KaiBei_LangChao.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                         oGy_CusBarCodeBill_KaiBei_LangChao.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":
                         //
                         Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode();

--
Gitblit v1.9.1