From f9ef44a67fbf73f073efe65600bc25e204fde04f Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期一, 30 五月 2022 17:38:41 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 12493be..9db120d 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -5271,6 +5271,13 @@
                         oMES_StationOutBillList_Bad.Show();
                         oMainForm.AddTabPage(oMES_StationOutBillList_Bad);
                         break;
+                    case "mes_stationoutbilllist_lastproc":
+                        MES_StationOutBillList_LastProc oMES_StationOutBillList_LastProc = new MES_StationOutBillList_LastProc();
+                        oMES_StationOutBillList_LastProc.MdiParent = oMain;
+                        oMES_StationOutBillList_LastProc.ModCaption = gnmc;
+                        oMES_StationOutBillList_LastProc.Show();
+                        oMainForm.AddTabPage(oMES_StationOutBillList_LastProc);
+                        break;
                     case "sc_prodwiptotalreport":
                         Sc_ProdWIPTotalReport oSc_ProdWIPTotalReport = new Sc_ProdWIPTotalReport();
                         oSc_ProdWIPTotalReport.MdiParent = oMain;
@@ -5968,6 +5975,20 @@
                         oDefectiveDetailedYieldReport.Show();
                         oMainForm.AddTabPage(oDefectiveDetailedYieldReport);
                         break;
+                    case "mes_stationoutprocsumreport":
+                        //权限
+                        MES_StationOutProcSumReport oMES_StationOutProcSumReport = new MES_StationOutProcSumReport();
+                        oMES_StationOutProcSumReport.MdiParent = oMain;
+                        oMES_StationOutProcSumReport.Show();
+                        oMainForm.AddTabPage(oMES_StationOutProcSumReport);
+                        break;
+                    case "mes_prodhourssumreport":
+                        //权限
+                        MES_ProdHoursSumReport oMES_ProdHoursSumReport = new MES_ProdHoursSumReport();
+                        oMES_ProdHoursSumReport.MdiParent = oMain;
+                        oMES_ProdHoursSumReport.Show();
+                        oMainForm.AddTabPage(oMES_ProdHoursSumReport);
+                        break;
 
                     default:
                         break;

--
Gitblit v1.9.1