提交代码
This commit is contained in:
@@ -207,6 +207,7 @@ namespace FineUIPro.Web.Person
|
||||
{
|
||||
this.drpMaritalStatus.SelectedValue = person.MaritalStatus;
|
||||
}
|
||||
cbIsInspectionBrigade.Checked = person.IsInspectionBrigade ?? false;
|
||||
this.txtRelativeName.Text = person.RelativeName;
|
||||
this.txtRelativeTel.Text = person.RelativeTel;
|
||||
this.txtAddress.Text = person.Address;
|
||||
@@ -563,6 +564,7 @@ namespace FineUIPro.Web.Person
|
||||
IsOffice = this.ckIsOffice.Checked,
|
||||
};
|
||||
newPerson.HomePageType = this.rblHomePageType.SelectedValue;
|
||||
newPerson.IsInspectionBrigade = cbIsInspectionBrigade.Checked;
|
||||
newPerson.RoleIds = Funs.GetStringByArray(this.drpRole.SelectedValueArray);
|
||||
if (!string.IsNullOrEmpty(imgPhoto.ImageUrl) && imgPhoto.ImageUrl != "~/res/images/blank.png")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user