员工信息补充维护邮箱
This commit is contained in:
@@ -105,6 +105,7 @@ namespace FineUIPro.Web.Person
|
||||
this.drpIsPost.SelectedValue = Convert.ToString(user.IsPost);
|
||||
}
|
||||
this.txtTelephone.Text = user.Telephone;
|
||||
this.txtEmail.Text = user.Email;
|
||||
if (user.IsOffice == true)
|
||||
{
|
||||
this.drpIsOffice.SelectedValue = "True";
|
||||
@@ -196,6 +197,7 @@ namespace FineUIPro.Web.Person
|
||||
Account = this.txtAccount.Text.Trim(),
|
||||
IdentityCard = this.txtIdentityCard.Text.Trim(),
|
||||
Telephone = this.txtTelephone.Text.Trim(),
|
||||
Email = this.txtEmail.Text.Trim(),
|
||||
Politicalstatus = this.txtPoliticalstatus.Text.Trim(),
|
||||
Hometown = this.txtHometown.Text.Trim(),
|
||||
Education = this.txtEducation.Text.Trim(),
|
||||
|
||||
Reference in New Issue
Block a user