From b8f6235347ad2690727347e6ffa4693606d80b7d Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 16 十月 2025 11:24:51 +0800
Subject: [PATCH] 1

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 2be0819..e35fc20 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3646,6 +3646,12 @@
                         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();
@@ -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