From 848de7e5b159ae546f63d6e1f7d0b01e63aaf4b9 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期四, 25 十一月 2021 09:09:24 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
LMES/ClsShowMod.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 948d4c3..93c9adb 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -5224,6 +5224,13 @@
oSc_ProdWIPTotalReport.Show();
oMainForm.AddTabPage(oSc_ProdWIPTotalReport);
break;
+ case "mes_wipprocreport_wip":
+ MES_WIPProcReport_WIP oMES_WIPProcReport_WIP = new MES_WIPProcReport_WIP();
+ oMES_WIPProcReport_WIP.MdiParent = oMain;
+ oMES_WIPProcReport_WIP.ModCaption = gnmc;
+ oMES_WIPProcReport_WIP.Show();
+ oMainForm.AddTabPage(oMES_WIPProcReport_WIP);
+ break;
case "mes_wipprocreport":
MES_WIPProcReport oMES_WIPProcReport = new MES_WIPProcReport();
oMES_WIPProcReport.MdiParent = oMain;
--
Gitblit v1.9.1