From caf31525f29e659cca49dd6e35b5f13e8e0496d7 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期一, 28 三月 2022 17:20:05 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 24e7f50..e779c9b 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3879,6 +3879,20 @@
                         oKf_MateOutRequestBill.ShowDialog();
                         break;
                     //===================================报表分析
+                    case "kf_icinventory_barcode":
+                        Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();
+                        oKf_ICInventory_BarCode.MdiParent = oMain;
+                        oKf_ICInventory_BarCode.ModCaption = gnmc;
+                        oKf_ICInventory_BarCode.Show();
+                        oMainForm.AddTabPage(oKf_ICInventory_BarCode);
+                        break;
+                    case "wms_barcodestatusqueryreport":
+                        WMS_BarCodeStatusQueryReport oWMS_BarCodeStatusQueryReport = new WMS_BarCodeStatusQueryReport();
+                        oWMS_BarCodeStatusQueryReport.MdiParent = oMain;
+                        oWMS_BarCodeStatusQueryReport.ModCaption = gnmc;
+                        oWMS_BarCodeStatusQueryReport.Show();
+                        oMainForm.AddTabPage(oWMS_BarCodeStatusQueryReport);
+                        break;
                     case "kf_icinventorylist":
                         //权限
                         WarM.KF_ICInventoryList oKF_ICInventoryList = new WarM.KF_ICInventoryList();
@@ -3942,7 +3956,7 @@
                         oSc_PackUnionBill.ShowDialog();
                         break;
                     case "gy_barcodebill_chaima":
-                        WarM.仓库管理.Gy_BarCodeBill_ChaiMa oGy_BarCodeBill_ChaiMa = new WarM.仓库管理.Gy_BarCodeBill_ChaiMa();
+                        WarM.Gy_BarCodeBill_ChaiMa oGy_BarCodeBill_ChaiMa = new WarM.Gy_BarCodeBill_ChaiMa();
                         oGy_BarCodeBill_ChaiMa.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                         //oGy_BarCodeBill_ChaiMa.ModCaption = gnmc;
                         oGy_BarCodeBill_ChaiMa.ShowDialog();

--
Gitblit v1.9.1