jingh
2021-11-18 e7559f073876c6c6fa6cde5e20757fe4e14b1b58
在制品报表菜单
1个文件已修改
7 ■■■■■ 已修改文件
LMES/ClsShowMod.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LMES/ClsShowMod.cs
@@ -5217,6 +5217,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;