| | |
| | | oKf_SafeStockReport.Show(); |
| | | oMainForm.AddTabPage(oKf_SafeStockReport); |
| | | break; |
| | | case "pt_radiumcarvingcodebilllist": |
| | | //权限 |
| | | Pt_RadiumCarvingCodeBillList oPt_RadiumCarvingCodeBillList = new Pt_RadiumCarvingCodeBillList(); |
| | | oPt_RadiumCarvingCodeBillList.MdiParent = oMain; |
| | | oPt_RadiumCarvingCodeBillList.Show(); |
| | | oMainForm.AddTabPage(oPt_RadiumCarvingCodeBillList); |
| | | break; |
| | | default: |
| | | break; |
| | | } |
| | |
| | | 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; |