| | |
| | | oKf_AGVRequestBill_FastList.Show(); |
| | | oMainForm.AddTabPage(oKf_AGVRequestBill_FastList); |
| | | break; |
| | | case "gy_barcodebill_automaticallybyplc": |
| | | //权限 |
| | | Gy_BarCodeBill_automaticallyByPLC_New oGy_BarCodeBill_automaticallyByPLC = new Gy_BarCodeBill_automaticallyByPLC_New(); |
| | | oGy_BarCodeBill_automaticallyByPLC.MdiParent = oMain; |
| | | oGy_BarCodeBill_automaticallyByPLC.Show(); |
| | | oMainForm.AddTabPage(oGy_BarCodeBill_automaticallyByPLC); |
| | | break; |
| | | default: |
| | | break; |
| | | } |
| | |
| | | oSc_StationOutSumReport.ModCaption = gnmc; |
| | | oSc_StationOutSumReport.Show(); |
| | | oMainForm.AddTabPage(oSc_StationOutSumReport); |
| | | break; |
| | | break; |
| | | case "sc_procexchangenoinreport": |
| | | Sc_ProcExchangeNoInReport oSc_ProcExchangeNoInReport = new Sc_ProcExchangeNoInReport(); |
| | | oSc_ProcExchangeNoInReport.MdiParent = oMain; |
| | | oSc_ProcExchangeNoInReport.ModCaption = gnmc; |
| | | oSc_ProcExchangeNoInReport.Show(); |
| | | oMainForm.AddTabPage(oSc_ProcExchangeNoInReport); |
| | | break; |
| | | case "sc_processexchangebill": |
| | | Sc_ProcessExchangeBill oSc_ProcessExchangeBill = new Sc_ProcessExchangeBill(); |
| | | oSc_ProcessExchangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; |