YL
2021-11-22 55f5f1427bedd230b5d6f069803f52bf734a6e04
LMES/ClsShowMod.cs
@@ -3921,6 +3921,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;
                }
@@ -5189,6 +5196,20 @@
            {
                switch (gnsy.ToLower())
                {
                    case "mes_stationoutbilllist_baofei":
                        MES_StationOutBillList_BaoFei oMES_StationOutBillList_BaoFei = new MES_StationOutBillList_BaoFei();
                        oMES_StationOutBillList_BaoFei.MdiParent = oMain;
                        oMES_StationOutBillList_BaoFei.ModCaption = gnmc;
                        oMES_StationOutBillList_BaoFei.Show();
                        oMainForm.AddTabPage(oMES_StationOutBillList_BaoFei);
                        break;
                    case "mes_stationoutbilllist_geli":
                        MES_StationOutBillList_GeLi oMES_StationOutBillList_GeLi = new MES_StationOutBillList_GeLi();
                        oMES_StationOutBillList_GeLi.MdiParent = oMain;
                        oMES_StationOutBillList_GeLi.ModCaption = gnmc;
                        oMES_StationOutBillList_GeLi.Show();
                        oMainForm.AddTabPage(oMES_StationOutBillList_GeLi);
                        break;
                    case "mes_stationoutbilllist_bad":
                        MES_StationOutBillList_Bad oMES_StationOutBillList_Bad = new MES_StationOutBillList_Bad();
                        oMES_StationOutBillList_Bad.MdiParent = oMain;