From d6c3a6cd344224f4162e7532acfec9ceb6c08ad5 Mon Sep 17 00:00:00 2001 From: "754998852@qq.com" <754998852@qq.com> Date: Fri, 18 Oct 2024 14:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/index.aspx | 5 ++++- SGGL/FineUIPro.Web/indexProject.aspx.cs | 26 +++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/SGGL/FineUIPro.Web/index.aspx b/SGGL/FineUIPro.Web/index.aspx index 15c84483..dd8ae329 100644 --- a/SGGL/FineUIPro.Web/index.aspx +++ b/SGGL/FineUIPro.Web/index.aspx @@ -901,7 +901,10 @@ }); - + $(".icon-shezhi").click(function () { + var $item = $('.f-tabstrip-header') + $item.attr('style', ";display:block !important;") + }) $(".bgbtn_head").click(function () { var $item = $('.f-tabstrip-header') diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs index b02081ca..52b13262 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx.cs +++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs @@ -646,18 +646,20 @@ namespace FineUIPro.Web } } } - if (roleTypes.Contains(Const.Role_III)) - { - this.Tab1.IFrameUrl = "~/common/mainIII.aspx?roleCNs=" + roleCNs; - } - else if (roleTypes.Contains(Const.Role_IV)) - { - this.Tab1.IFrameUrl = "~/common/mainIV.aspx?roleCNs=" + roleCNs + "&unitWorkIds=" + projectUser.WorkAreaId; - } - else - { - this.Tab1.IFrameUrl = "~/common/mainProject2.aspx"; - } + //if (roleTypes.Contains(Const.Role_III)) + //{ + // this.Tab1.IFrameUrl = "~/common/mainIII.aspx?roleCNs=" + roleCNs; + //} + //else if (roleTypes.Contains(Const.Role_IV)) + //{ + // this.Tab1.IFrameUrl = "~/common/mainIV.aspx?roleCNs=" + roleCNs + "&unitWorkIds=" + projectUser.WorkAreaId; + //} + //else + //{ + // this.Tab1.IFrameUrl = "~/common/mainProject2.aspx"; + //} + + this.Tab1.IFrameUrl = "~/common/mainProject2.aspx"; } else {