refactor: 清理旧模块资源并整理人员服务目录

为收敛当前分支代码范围并统一人员服务目录,移除历史模块与静态资源,减少无效代码和目录分散带来的维护成本。
This commit is contained in:
2026-09-19 13:45:38 +08:00
parent 7b5b060ffc
commit 8efe030f47
7188 changed files with 3777 additions and 1117238 deletions
@@ -10,12 +10,6 @@ namespace FineUIPro.Web.ProjectData
if (!IsPostBack)
{
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
////合同编号
//this.drpContract.DataTextField = "ContractNum";
//this.drpContract.DataValueField = "ContractId";
//this.drpContract.DataSource = BLL.PHTGL_ContractReviewService.GetContractReview_CompleteData(this.CurrUser.LoginProjectId);
//this.drpContract.DataBind();
//Funs.FineUIPleaseSelect(this.drpContract);
string UnitWorkId = Request.Params["UnitWorkId"];
if (!string.IsNullOrEmpty(UnitWorkId))
{
@@ -66,4 +60,4 @@ namespace FineUIPro.Web.ProjectData
}
}
}
}
}