yxj
2022-03-15 3d35bf7e2cdc31fc544214e4cb5e9f3b6c59f287
NETSCM/ClsShowMod.cs
@@ -3473,6 +3473,27 @@
            {
                switch (gnsy.ToLower())
                {
                    case "kf_sendconfirmationbilllist":
                        //权限
                        Kf_SendConfirmationBillList oKf_SendConfirmationBillList = new Kf_SendConfirmationBillList();
                        oKf_SendConfirmationBillList.MdiParent = oMain;
                        oKf_SendConfirmationBillList.Show();
                        oMainForm.AddTabPage(oKf_SendConfirmationBillList);
                        break;
                    case "kf_ponderationbillmain_icmoreportreport":
                        KF_PonderationBillMain_ICMOReportReport oKF_PonderationBillMain_ICMOReportReport = new KF_PonderationBillMain_ICMOReportReport();
                        oKF_PonderationBillMain_ICMOReportReport.MdiParent = oMain;
                        oKF_PonderationBillMain_ICMOReportReport.ModCaption = gnmc;
                        oKF_PonderationBillMain_ICMOReportReport.Show();
                        oMainForm.AddTabPage(oKF_PonderationBillMain_ICMOReportReport);
                        break;
                    case "kf_ponderationbillmain_icmoreport":
                        KF_PonderationBillMain_ICMOReport oKF_PonderationBillMain_ICMOReport = new KF_PonderationBillMain_ICMOReport();
                        oKF_PonderationBillMain_ICMOReport.MdiParent = oMain;
                        oKF_PonderationBillMain_ICMOReport.ModCaption = gnmc;
                        oKF_PonderationBillMain_ICMOReport.Show();
                        oMainForm.AddTabPage(oKF_PonderationBillMain_ICMOReport);
                        break;
                    case "kf_icmoreportandprodinreport":
                        Kf_ICMOReportAndProdInReport oKf_ICMOReportAndProdInReport = new Kf_ICMOReportAndProdInReport();
                        oKf_ICMOReportAndProdInReport.MdiParent = oMain;
@@ -3562,12 +3583,11 @@
                        oSc_ICMOReportBillList.Show();
                        oMainForm.AddTabPage(oSc_ICMOReportBillList);
                        break;
                    //case "cld_icmolist":
                    //    CLD_ICMOList oCLD_ICMOList = new CLD_ICMOList();
                    //    oCLD_ICMOList.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
                    //    oCLD_ICMOList.ModCaption = gnmc;
                    //    oCLD_ICMOList.ShowDialog();
                    //    break;
                    case "frmprintlabel":
                        FrmPrintLabel oFrmPrintLabel = new FrmPrintLabel();
                        //oFrmPrintLabel.ModCaption = gnmc;
                        oFrmPrintLabel.ShowDialog();
                        break;
                    //case "sc_processreport":
                    //    Sc_ProcessReport oSc_ProcessReport = new Sc_ProcessReport();
                    //    oSc_ProcessReport.MdiParent = oMain;
@@ -3608,6 +3628,13 @@
                        oGy_BarCodeBillList.Show();
                        oMainForm.AddTabPage(oGy_BarCodeBillList);
                        break;
                    case "gy_barcodebill_outlist":
                        Gy_BarCodeBill_OutList oGy_BarCodeBill_OutList = new Gy_BarCodeBill_OutList();
                        oGy_BarCodeBill_OutList.MdiParent = oMain;
                        oGy_BarCodeBill_OutList.ModCaption = gnmc;
                        oGy_BarCodeBill_OutList.Show();
                        oMainForm.AddTabPage(oGy_BarCodeBill_OutList);
                        break;
                    case "kf_icinventory_barcode":
                        //权限
                        Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();