| | |
| | | oGy_BarCodeBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | oGy_BarCodeBill.ShowDialog(); |
| | | break; |
| | | case "sc_icmotobarcode": |
| | | // |
| | | Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode(); |
| | | oSc_ICMOToBarCode.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; |
| | | oSc_ICMOToBarCode.ShowDialog(); |
| | | break; |
| | | case "kf_barcodeoutinreport": |
| | | //权限 |
| | | Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport(); |
| | |
| | | { |
| | | switch (gnsy.ToLower()) |
| | | { |
| | | case "jit_getppbominfo": |
| | | JIT_GetPPBomInfo oJIT_GetPPBomInfo = new JIT_GetPPBomInfo(); |
| | | oJIT_GetPPBomInfo.MdiParent = oMain; |
| | | oJIT_GetPPBomInfo.ModCaption = gnmc; |
| | | oJIT_GetPPBomInfo.Show(); |
| | | oMainForm.AddTabPage(oJIT_GetPPBomInfo); |
| | | break; |
| | | case "eam_sourceruningstatus": |
| | | EAM_SourceRuningStatus oEAM_SourceRuningStatus = new EAM_SourceRuningStatus(); |
| | | oEAM_SourceRuningStatus.MdiParent = oMain; |