代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -70,7 +70,7 @@ namespace FineUIPro.Web.Person
|
||||
{
|
||||
this.PersonId = getData.PersonId;
|
||||
this.drpUnit.SelectedValue = getData.UnitId;
|
||||
this.drpProject.SelectedValue = getData.ProjectId;
|
||||
this.drpProject.SelectedValue = getData.ProjectId;
|
||||
this.txtTelephone.Text = getData.Telephone;
|
||||
this.drpContractType.SelectedValue = getData.ContractType;
|
||||
this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd}", getData.StartDate);
|
||||
@@ -87,7 +87,7 @@ namespace FineUIPro.Web.Person
|
||||
this.txtPersonName.Text = person.PersonName;
|
||||
this.txtIdentityCard.Text = person.IdentityCard;
|
||||
}
|
||||
|
||||
|
||||
if (Request.Params["value"] == "0")
|
||||
{
|
||||
this.btnSave.Hidden = true;
|
||||
@@ -120,7 +120,7 @@ namespace FineUIPro.Web.Person
|
||||
PersonContractId = this.PersonContractId,
|
||||
StartDate = Funs.GetNewDateTime(this.txtStartDate.Text.Trim()),
|
||||
EndDate = Funs.GetNewDateTime(this.txtEndDate.Text.Trim()),
|
||||
Telephone=this.txtTelephone.Text.Trim(),
|
||||
Telephone = this.txtTelephone.Text.Trim(),
|
||||
};
|
||||
if (!string.IsNullOrEmpty(this.drpProject.SelectedValue) && this.drpProject.SelectedValue != Const._Null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user