升级
This commit is contained in:
@@ -46,6 +46,11 @@ 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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user