From fad12ab96ea63fe46e75d33e95754d032deddcdb Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期三, 19 一月 2022 17:04:32 +0800
Subject: [PATCH] 生产工序  完善 器具维修派工单 验证 设备维修派工单 编辑

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index c419987..7cfba28 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3879,6 +3879,13 @@
                         oKf_MateOutRequestBill.ShowDialog();
                         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