代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -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)
{