| | |
| | | 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(); |
| | |
| | | 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; |
| | | } |