修改个人信息编辑页面,可编辑个人基本信息。

This commit is contained in:
2022-09-14 15:50:39 +08:00
parent 918b63a4b9
commit 89e4a363ec
23 changed files with 374 additions and 166 deletions
+2 -2
View File
@@ -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),