From 93e1033b8d6b621fc820f6facfc700de15b390af Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Thu, 30 Apr 2026 11:11:54 +0800 Subject: [PATCH] 1 --- .../ZHGL/Information/MillionsMonthlyReport.aspx.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReport.aspx.cs b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReport.aspx.cs index e59521e..0a0838e 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReport.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReport.aspx.cs @@ -16,11 +16,10 @@ namespace FineUIPro.Web.ZHGL.Information if (!IsPostBack) { string loginform = ConfigurationManager.AppSettings["LoginForm"]; - //if (!string.IsNullOrWhiteSpace(loginform) &&loginform == "Login_ZJ.aspx") - //{//判断是否是重机客户,如果是重定向页面 - //2026.04.30 xiaj 建投企业安全数据统计月报用重机的模式 - Response.Redirect("MillionsMonthlyReportZJ.aspx"); - //} + if (!string.IsNullOrWhiteSpace(loginform) && loginform == "Login_ZJ.aspx") + {//判断是否是重机客户,如果是重定向页面 + Response.Redirect("MillionsMonthlyReportZJ.aspx"); + } BLL.ConstValue.InitConstValueDropDownList(this.drpMonth, ConstValue.Group_0009, false); BLL.ConstValue.InitConstValueDropDownList(this.drpYear, ConstValue.Group_0008, false);