升级
This commit is contained in:
@@ -62,6 +62,10 @@ namespace FineUIPro.Web.HSSE.Administrative
|
||||
this.txtLastYearCheckDate.Text = string.Format("{0:yyyy-MM-dd}", carManager.LastYearCheckDate);
|
||||
this.txtInsuranceDate.Text = string.Format("{0:yyyy-MM-dd}", carManager.InsuranceDate);
|
||||
this.txtRemark.Text = carManager.Remark;
|
||||
if (carManager.InOutState != null)
|
||||
{
|
||||
this.rblInOutState.SelectedValue = carManager.InOutState;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -106,7 +110,8 @@ namespace FineUIPro.Web.HSSE.Administrative
|
||||
Remark = this.txtRemark.Text.Trim(),
|
||||
CompileMan = this.CurrUser.UserId,
|
||||
CompileDate = DateTime.Now,
|
||||
States = BLL.Const.State_2
|
||||
States = BLL.Const.State_2,
|
||||
InOutState = this.rblInOutState.SelectedValue,
|
||||
};
|
||||
if (!string.IsNullOrEmpty(this.CarManagerId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user