修改个人信息编辑页面,可编辑个人基本信息。
This commit is contained in:
@@ -230,7 +230,7 @@ namespace FineUIPro.Web.Person
|
||||
SynchroSetService.InitCountryDropDownList(this.drpCountryCode, false);
|
||||
this.drpCountryCode.SelectedValue = "101";
|
||||
CityService.InitCityDropDownList(this.drpProvinceCode, this.drpCountryCode.SelectedValue, true);
|
||||
PositionService.InitPositionDropDownList(this.drpPosition, true);
|
||||
|
||||
DropListService.InitConstRadioButtonList(this.rbPersonType, DropListService.Group_PersonType, "1");
|
||||
}
|
||||
|
||||
@@ -483,7 +483,7 @@ namespace FineUIPro.Web.Person
|
||||
IdcardStartDate = Funs.GetNewDateTime(this.txtIdcardStartDate.Text.Trim()),
|
||||
IdcardEndDate = Funs.GetNewDateTime(this.txtIdcardEndDate.Text.Trim()),
|
||||
Telephone = this.txtTelephone.Text.Trim(),
|
||||
Sex = this.rblSex.SelectedValue ?? "1",
|
||||
Sex = this.rblSex.SelectedValue,
|
||||
Birthday = Funs.GetNewDateTime(this.txtBirthday.Text.Trim()),
|
||||
IntoDate = Funs.GetNewDateTime(this.txtIntoDate.Text),
|
||||
WorkDate = Funs.GetNewDateTime(this.txtWorkDate.Text),
|
||||
|
||||
Reference in New Issue
Block a user