From 681c617b48ddbc556fdbe6a251161a3b9584adab Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期三, 19 一月 2022 21:55:51 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 7cfba28..04aa2dd 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3879,6 +3879,13 @@
                         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;
@@ -3948,6 +3955,12 @@
                         oSc_PackUnionBill.ModCaption = gnmc;
                         oSc_PackUnionBill.ShowDialog();
                         break;
+                    case "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();
+                        break;
                     default:
                         break;
                 }

--
Gitblit v1.9.1