From e289ca4fcb8442c5b04954389cfea0092024958d Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期五, 27 三月 2026 17:08:45 +0800
Subject: [PATCH] 上模单、下模单、模具保养记录单、模具点检记录单、 模具故障登记单、模具维修派工单、模具维修记录单、模具维修验收单  增加系统参数   判断是否自动审核

---
 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