Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
@@ -833,6 +833,7 @@ namespace FineUIPro.Web.Person
|
|||||||
SitePersonId = this.SitePersonId,
|
SitePersonId = this.SitePersonId,
|
||||||
PersonId = this.PersonId,
|
PersonId = this.PersonId,
|
||||||
PersonName = this.txtPersonName.Text.Trim(),
|
PersonName = this.txtPersonName.Text.Trim(),
|
||||||
|
CardNo = this.txtCardNo.Text.Trim(),
|
||||||
IdentityCard = this.txtIdentityCard.Text.Trim(),
|
IdentityCard = this.txtIdentityCard.Text.Trim(),
|
||||||
UnitId = this.drpUnit.SelectedValue == Const._Null ? null : this.drpUnit.SelectedValue,
|
UnitId = this.drpUnit.SelectedValue == Const._Null ? null : this.drpUnit.SelectedValue,
|
||||||
ProjectId = this.drpProject.SelectedValue,
|
ProjectId = this.drpProject.SelectedValue,
|
||||||
|
|||||||
Reference in New Issue
Block a user