From b6a545dd29907a3920b86fec74df93e9ff76b5b8 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期一, 01 十一月 2021 16:57:53 +0800
Subject: [PATCH] 新增条码档案历史清单列表模块

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

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index a101307..8430c79 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3615,6 +3615,13 @@
                         oGy_BarCodeBillList.Show();
                         oMainForm.AddTabPage(oGy_BarCodeBillList);
                         break;
+                    case "gy_barcodebill_outlist":
+                        Gy_BarCodeBill_OutList oGy_BarCodeBill_OutList = new Gy_BarCodeBill_OutList();
+                        oGy_BarCodeBill_OutList.MdiParent = oMain;
+                        oGy_BarCodeBill_OutList.ModCaption = gnmc;
+                        oGy_BarCodeBill_OutList.Show();
+                        oMainForm.AddTabPage(oGy_BarCodeBill_OutList);
+                        break;
                     case "kf_icinventory_barcode":
                         //权限
                         Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();

--
Gitblit v1.9.1