From 9fb0a9c33a8bd27073f63223cc4938293634653c Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 29 十二月 2025 09:20:54 +0800
Subject: [PATCH] 1
---
LMES/ClsShowMod.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 99a2436..5a7a514 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_xb_selectmater":
+ //
+ Gy_BarCodeBill_XB_SelectMater oGy_BarCodeBill_XB_SelectMater = new Gy_BarCodeBill_XB_SelectMater();
+ oGy_BarCodeBill_XB_SelectMater.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+ oGy_BarCodeBill_XB_SelectMater.ShowDialog();
+ break;
case "gy_barcodebill_xiabao":
//
Gy_BarCodeBill_XiaBao oGy_BarCodeBill_XiaBao = new Gy_BarCodeBill_XiaBao();
--
Gitblit v1.9.1