yxj
2022-03-15 3d35bf7e2cdc31fc544214e4cb5e9f3b6c59f287
NETSCM/ClsShowMod.cs
@@ -3473,6 +3473,13 @@
            {
                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;
@@ -3576,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;