This commit is contained in:
geh
2025-05-29 09:11:51 +08:00
parent cd67e71e38
commit 4926935d71
9 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -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>");