From 3c0b7580543df45b621ea7e9007861420e650482 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 18 五月 2022 16:03:06 +0800
Subject: [PATCH] 工序进站单、工序出站单、委外接收单、委外发出单快捷键顺序设置;基础资料生产资源、不良原因界面增加导出功能

---
 LMES/ClsShowMod.cs |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 3c10a04..12493be 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -25,7 +25,6 @@
 using Kanban;
 using Demo;
 using ProM.委外管理;
-using BaseSet.公用资料.其他基础资料;
 
 namespace LMES
 {
@@ -8086,11 +8085,11 @@
                         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);
+                    case "gy_datain_stdworktimes":
+                        Gy_DataIn_StdWorkTimes oGy_DataIn_StdWorkTimes = new Gy_DataIn_StdWorkTimes();
+                        oGy_DataIn_StdWorkTimes.MdiParent = oMain;
+                        oGy_DataIn_StdWorkTimes.Show();
+                        oMainForm.AddTabPage(oGy_DataIn_StdWorkTimes);
                         break;
                     case "gy_datain_process":
                         Gy_DataIn_Process oGy_DataIn_Process = new Gy_DataIn_Process();

--
Gitblit v1.9.1