From e5e8b23083cd7f09ebe3c110e84cfad7747eba49 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期一, 25 四月 2022 13:32:29 +0800
Subject: [PATCH] nothing

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 7cfba28..3c10a04 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -25,6 +25,7 @@
 using Kanban;
 using Demo;
 using ProM.委外管理;
+using BaseSet.公用资料.其他基础资料;
 
 namespace LMES
 {
@@ -3879,6 +3880,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;
@@ -3947,6 +3955,12 @@
                         oSc_PackUnionBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                         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;
@@ -6679,6 +6693,13 @@
                 //MessageBox.Show("gnsy:"+gnsy + "gnmc:"+ gnmc);
                 switch (gnsy.ToLower())
                 {
+                    case "gy_stdworktimeslist":
+                        //权限
+                        Gy_StdWorkTimesList oGy_StdWorkTimesList = new Gy_StdWorkTimesList();
+                        oGy_StdWorkTimesList.MdiParent = oMain;
+                        oGy_StdWorkTimesList.Show();
+                        oMainForm.AddTabPage(oGy_StdWorkTimesList);
+                        break;
                     case "gy_dotcheck"://点检项目
                         Gy_DotCheck oGy_DotCheck = new Gy_DotCheck();
                         oGy_DotCheck.MdiParent = oMain;
@@ -8065,6 +8086,12 @@
                         oGy_DataIn_ProcessPrice.Show();
                         oMainForm.AddTabPage(oGy_DataIn_ProcessPrice);
                         break;
+                    case "gy_stdworktimes_routingbill":
+                        Gy_StdWorkTimes_RoutingBill oGy_StdWorkTimes_RoutingBill = new Gy_StdWorkTimes_RoutingBill();
+                        oGy_StdWorkTimes_RoutingBill.MdiParent = oMain;
+                        oGy_StdWorkTimes_RoutingBill.Show();
+                        oMainForm.AddTabPage(oGy_StdWorkTimes_RoutingBill);
+                        break;
                     case "gy_datain_process":
                         Gy_DataIn_Process oGy_DataIn_Process = new Gy_DataIn_Process();
                         oGy_DataIn_Process.MdiParent = oMain;

--
Gitblit v1.9.1