From b8d7145eadce706aef50ef95be75cff9ef79b518 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 31 十月 2025 09:01:20 +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 24e3175..fe3a4cf 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3671,6 +3671,19 @@
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":
//
Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode();
--
Gitblit v1.9.1