From 97bb42c5ccc81b859b9985763f11b54f241fd2fd Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 17 六月 2022 11:20:01 +0800 Subject: [PATCH] 配置项 --- LMES/ClsShowMod.cs | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs index e779c9b..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; @@ -5967,6 +5974,20 @@ oDefectiveDetailedYieldReport.MdiParent = oMain; 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: @@ -6692,6 +6713,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; @@ -8078,6 +8106,12 @@ oGy_DataIn_ProcessPrice.Show(); oMainForm.AddTabPage(oGy_DataIn_ProcessPrice); break; + 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(); oGy_DataIn_Process.MdiParent = oMain; -- Gitblit v1.9.1