fix:1
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user