1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user