代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -58,7 +58,7 @@ namespace FineUIPro.Web.Person
|
||||
if (getData != null)
|
||||
{
|
||||
this.PersonId = getData.PersonId;
|
||||
this.drpTrainType.SelectedValue = getData.TrainTypeId;
|
||||
this.drpTrainType.SelectedValue = getData.TrainTypeId;
|
||||
this.txtTrainDate.Text = string.Format("{0:yyyy-MM-dd}", getData.TrainDate);
|
||||
this.txtTrainPlace.Text = getData.TrainPlace;
|
||||
this.txtTrainResult.Text = getData.TrainResult;
|
||||
@@ -71,7 +71,7 @@ namespace FineUIPro.Web.Person
|
||||
this.txtPersonName.Text = person.PersonName;
|
||||
this.txtIdentityCard.Text = person.IdentityCard;
|
||||
}
|
||||
|
||||
|
||||
if (Request.Params["value"] == "0")
|
||||
{
|
||||
this.btnSave.Hidden = true;
|
||||
@@ -106,7 +106,7 @@ namespace FineUIPro.Web.Person
|
||||
TrainPlace = this.txtTrainPlace.Text.Trim(),
|
||||
TrainResult = this.txtTrainResult.Text.Trim(),
|
||||
};
|
||||
|
||||
|
||||
if (!string.IsNullOrEmpty(this.PersonTrainId))
|
||||
{
|
||||
BLL.Person_PersonTrainService.UpdateData(newData);
|
||||
|
||||
Reference in New Issue
Block a user