This commit is contained in:
2025-06-27 14:31:50 +08:00
parent fded5d4485
commit e12e7ed448
13 changed files with 832 additions and 26 deletions
@@ -23,6 +23,10 @@ namespace FineUIPro.Web.Person
UnitService.InitUnitDropDownList(this.drpUnit, string.Empty, false);
Funs.FineUIPleaseSelect(drpUnit, "按单位查询");
this.drpUnit.SelectedValue = this.CurrUser.UnitId ?? Const.UnitId_SEDIN;
if (this.CurrUser.UnitId != null && this.CurrUser.UnitId != BLL.Const.UnitId_SEDIN)
{
this.drpUnit.Enabled = false;
}
DepartService.InitDepartDropDownList(this.drpDepart, false);
Funs.FineUIPleaseSelect(drpDepart, "按部门查询");
ProjectService.InitAllProjectDropDownList(this.drpProject, false);