员工信息补充维护邮箱

This commit is contained in:
2025-03-27 23:01:39 +08:00
parent 9f24bc296b
commit fac9a2c92e
3 changed files with 60 additions and 41 deletions
@@ -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(),