建投企业安全数据统计月报用重机的模式

This commit is contained in:
2026-04-30 10:57:28 +08:00
parent 96ec082e6f
commit 15558bd1e5
14 changed files with 274 additions and 47 deletions
@@ -16,10 +16,11 @@ namespace FineUIPro.Web.ZHGL.Information
if (!IsPostBack)
{
string loginform = ConfigurationManager.AppSettings["LoginForm"];
if (!string.IsNullOrWhiteSpace(loginform) &&loginform == "Login_ZJ.aspx")
{//判断是否是重机客户,如果是重定向页面
Response.Redirect("MillionsMonthlyReportZJ.aspx");
}
//if (!string.IsNullOrWhiteSpace(loginform) &&loginform == "Login_ZJ.aspx")
//{//判断是否是重机客户,如果是重定向页面
//2026.04.30 xiaj 建投企业安全数据统计月报用重机的模式
Response.Redirect("MillionsMonthlyReportZJ.aspx");
//}
BLL.ConstValue.InitConstValueDropDownList(this.drpMonth, ConstValue.Group_0009, false);
BLL.ConstValue.InitConstValueDropDownList(this.drpYear, ConstValue.Group_0008, false);