ch
2021-12-01 46b324b9bc583cc118f6b4eb6e11d36bd879ae3b
LMES/ClsShowMod.cs
@@ -3632,6 +3632,12 @@
                        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();
@@ -3921,6 +3927,13 @@
                        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;
                }