河北专项检查和移动端

This commit is contained in:
2025-04-06 23:26:22 +08:00
parent 64c7be5db4
commit 8aba5b01bc
204 changed files with 41904 additions and 3226 deletions
+22 -5
View File
@@ -1,5 +1,7 @@
using BLL;
using FineUIPro.Web.SysManage;
using Newtonsoft.Json;
using Resources;
using System;
using System.Collections.Generic;
using System.Configuration;
@@ -8,6 +10,8 @@ using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.Script.Services;
using System.Web.Services;
using System.Web.UI.WebControls;
using System.Xml;
@@ -15,12 +19,26 @@ namespace FineUIPro.Web
{
public partial class indexProject : PageBase
{
#region Page_Init
private string _menuType = "menu";
public string cssMessage = "";
private int _examplesCount = 0;
private string _searchText = "";
public string User_Id
{
get
{
return (string)ViewState["User_Id"];
}
set
{
ViewState["User_Id"] = value;
}
}
#region Page_Init
/// <summary>
@@ -94,11 +112,11 @@ namespace FineUIPro.Web
if (_menuType == "tree_minimode")
{
treeMenu.MiniMode = true;
treeMenu.MiniModePopWidth = Unit.Pixel(300);
treeMenu.MiniModePopWidth = System.Web.UI.WebControls.Unit.Pixel(300);
leftPanelToolGear.Hidden = true;
leftPanelToolCollapse.IconFont = IconFont.ChevronCircleRight;
leftPanel.Width = Unit.Pixel(50);
leftPanel.Width = System.Web.UI.WebControls.Unit.Pixel(50);
leftPanel.CssClass = "minimodeinside";
}
}
@@ -360,6 +378,7 @@ namespace FineUIPro.Web
{
needProjectId = Request.Params["projectId"];
}
User_Id = this.CurrUser.UserId;
ProjectService.InitAllUnEndProjectShortNameDropDownList(this.drpProject, this.CurrUser.UserId, needProjectId, false);
if (!string.IsNullOrEmpty(Request.Params["projectId"]))
{
@@ -797,9 +816,7 @@ namespace FineUIPro.Web
}
}
}
protected void btnPDigData_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_PDigData);