yxj
2021-08-18 2d276232341390207531e9fb31383a6867c6d54a
NETSCM/ClsShowMod.cs
@@ -3473,6 +3473,13 @@
            {
                switch (gnsy.ToLower())
                {
                    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;