| | |
| | | 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; |