From 359dc84c421d4cc506bf93d852b30f230224c33a Mon Sep 17 00:00:00 2001
From: jinghuanzhang <jinghz@oceic.com>
Date: 星期三, 05 四月 2023 14:04:46 +0800
Subject: [PATCH] 1
---
NETSCM/ClsShowMod.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index 7252743..192e156 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/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;
--
Gitblit v1.9.1