fix:1
This commit is contained in:
+4
@@ -841,6 +841,10 @@ namespace FineUIPro.Web.Customization.ZJ.HSSE.HiddenInspection
|
||||
}
|
||||
|
||||
}*/
|
||||
if (this.CurrUser.UserId == BLL.Const.hfnbdId || this.CurrUser.UserId == BLL.Const.sysglyId)
|
||||
{
|
||||
this.btnMenuDelete.Hidden = false;
|
||||
}
|
||||
if (Request.Params["value"] == "0")
|
||||
{
|
||||
return;
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
<div class="mod1">
|
||||
<%--<div class="mod1-icon dcdb"></div>
|
||||
<div class="mod1-val">督查督办</div>--%>
|
||||
<f:Button ID="BtnDCDB" IconUrl="~/res/image/01.png" IconAlign="Top" CssClass="SetBtn" Text="督查督办" runat="server" />
|
||||
<f:Button ID="BtnDCDB" IconUrl="~/res/image/01.png" IconAlign="Top" CssClass="SetBtn" Text="督查督办" runat="server" EnableAjax="False" OnClick="BtnBBZX_OnClick"/>
|
||||
</div>
|
||||
<div class="mod1">
|
||||
<f:Button ID="BtnFXYJ" IconUrl="~/res/image/02.png" IconAlign="Top" CssClass="SetBtn" Text="风险预警" runat="server" EnableAjax="False" OnClick="BtnFXYJ_OnClick" />
|
||||
|
||||
@@ -420,7 +420,8 @@ namespace FineUIPro.Web.common
|
||||
/// <param name="e"></param>
|
||||
protected void BtnSJKB_Click(object sender, EventArgs e)
|
||||
{
|
||||
string url = Funs.SGGLUrl + "/common/main.aspx";
|
||||
// string url = Funs.SGGLUrl + "/common/main.aspx";
|
||||
string url = Funs.SGGLUrl + "/index.aspx";
|
||||
if (!string.IsNullOrEmpty(url))
|
||||
{
|
||||
Response.Write("<script>window.open('" + url + "','_blank')</script>");
|
||||
@@ -459,7 +460,7 @@ namespace FineUIPro.Web.common
|
||||
/// <param name="e"></param>
|
||||
protected void BtnBBZX_OnClick(object sender, EventArgs e)
|
||||
{
|
||||
string url = Funs.SGGLUrl + "/index.aspx?menuType=Menu_GroupReport" ;
|
||||
string url = Funs.SGGLUrl + "/index.aspx?menuType=Menu_SJTB" ;
|
||||
if (!string.IsNullOrEmpty(url))
|
||||
{
|
||||
Response.Write("<script>window.open('" + url + "','_blank')</script>");
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="logo-tit" style="position: relative;">建投公司智慧工地管理信息系统
|
||||
<div class="logo-tit" style="position: relative;">建投公司项目管理数字化平台
|
||||
<f:Button runat="server" CssClass="bgbtn3" EnablePostBack="true" OnClick="btnHome_Click"
|
||||
EnableDefaultState="true" EnableDefaultCorner="false" ID="btnHome" OnClientClick="parent.removeActiveTab();">
|
||||
</f:Button>
|
||||
|
||||
@@ -504,7 +504,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="logo-tit" style="position: relative;">
|
||||
建投公司智慧工地管理信息系统
|
||||
建投公司项目管理数字化平台
|
||||
<f:Button runat="server" CssClass="bgbtn3" EnablePostBack="true" OnClick="btnHome_Click"
|
||||
EnableDefaultState="true" EnableDefaultCorner="false" ID="btnHome" OnClientClick="parent.removeActiveTab();">
|
||||
</f:Button>
|
||||
|
||||
@@ -178,6 +178,7 @@ html::-webkit-scrollbar {
|
||||
height: .5rem;
|
||||
padding: .125rem .25rem;
|
||||
position: relative;
|
||||
font-size: .25rem;
|
||||
}
|
||||
|
||||
.navs > .nav-active {
|
||||
|
||||
Reference in New Issue
Block a user