1
jinghuanzhang
2023-04-05 359dc84c421d4cc506bf93d852b30f230224c33a
1
1个文件已修改
14 ■■■■ 已修改文件
NETSCM/ClsShowMod.cs 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
NETSCM/ClsShowMod.cs
@@ -6493,13 +6493,13 @@
                        oGy_CusNumberRelationList.Show();
                        oMainForm.AddTabPage(oGy_CusNumberRelationList);
                        break;
                    case "gy_organizations":
                        //权限
                        Gy_ORGANIZATIONS oGy_ORGANIZATIONS = new Gy_ORGANIZATIONS();
                        oGy_ORGANIZATIONS.MdiParent = oMain;
                        oGy_ORGANIZATIONS.Show();
                        oMainForm.AddTabPage(oGy_ORGANIZATIONS);
                        break;
                    //case "gy_organizations":
                    //    //权限
                    //    Gy_ORGANIZATIONS oGy_ORGANIZATIONS = new Gy_ORGANIZATIONS();
                    //    oGy_ORGANIZATIONS.MdiParent = oMain;
                    //    oGy_ORGANIZATIONS.Show();
                    //    oMainForm.AddTabPage(oGy_ORGANIZATIONS);
                    //    break;
                    //            case "gy_technologyparameter":
                    //                Gy_TechnologyParameter oGy_TechnologyParameter = new Gy_TechnologyParameter();
                    //                oGy_TechnologyParameter.MdiParent = oMain;