From 8d301edbe7bd4206a989460da4b6263550aed87e Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期四, 20 一月 2022 10:02:47 +0800
Subject: [PATCH] 组托单查询修改

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

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

--
Gitblit v1.9.1