From 45293a6085601f8c9313ec48906a189965d058a7 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期二, 17 十月 2023 14:43:01 +0800
Subject: [PATCH] 新增托盘条码生成模块

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

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index c15389d..08bf966 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3565,6 +3565,12 @@
                         oGy_BarCodeBill_TeSiLa.ModCaption = gnmc;
                         oGy_BarCodeBill_TeSiLa.ShowDialog();
                         break;
+                    case "gy_packbarcodebill":
+                        Gy_PackBarCodeBill oGy_PackBarCodeBill = new Gy_PackBarCodeBill();
+                        oGy_PackBarCodeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_PackBarCodeBill.ModCaption = gnmc;
+                        oGy_PackBarCodeBill.ShowDialog();
+                        break;
                     case "kf_icinventory_barcode":
                         //权限
                         Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();

--
Gitblit v1.9.1