202306271、修改本部检查通知页面。2、修改赛鼎现场人员更换单位,新项目入场单位下拉框处理。
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using FineUIPro.Web.BaseInfo;
|
||||
using System;
|
||||
|
||||
namespace FineUIPro.Web.OfficeCheck.Check
|
||||
@@ -159,10 +160,13 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
if (!string.IsNullOrEmpty(sysUser.UnitId))
|
||||
{
|
||||
this.drpUnit.SelectedValue = sysUser.UnitId;
|
||||
this.drpUnit.Enabled = false;
|
||||
this.drpUnit.Enabled = false;
|
||||
}
|
||||
|
||||
this.drpSex.SelectedValue = sysUser.Sex == "0" ? "女" : "男";
|
||||
this.txtPostName.Text = PositionService.GetPositionNameById(sysUser.PositionId);
|
||||
this.txtWorkTitle.Text = PostTitleService.getPostTitleNameById(sysUser.PostTitleId);
|
||||
this.hdUserId.Text = sysUser.PersonId;
|
||||
this.drpSex.SelectedValue = sysUser.Sex;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user