From 8b1159f7744c752e9499ffd82de393d255b4b2e0 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期二, 19 八月 2025 16:09:10 +0800
Subject: [PATCH] 优化产线包装组托单方法,进出站报错提示,基础老包装车间方法到这个api

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index d01ebd1..24e3175 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();

--
Gitblit v1.9.1