特种设备修改,车辆管理人员管理合并,考试接口创建试卷和答题使用redis
This commit is contained in:
@@ -62,6 +62,9 @@ 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;
|
||||
this.txtDriverName.Text=carManager.DriverName;
|
||||
this.txtDriverCode.Text=carManager.DriverCode;
|
||||
this.txtDrivingDate.SelectedDate=carManager.DrivingDate;
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -127,7 +130,10 @@ namespace FineUIPro.Web.HSSE.Administrative
|
||||
Remark = this.txtRemark.Text.Trim(),
|
||||
CompileMan = this.CurrUser.UserId,
|
||||
CompileDate = DateTime.Now,
|
||||
States = BLL.Const.State_0
|
||||
States = BLL.Const.State_0,
|
||||
DriverName = txtDriverName.Text.Trim(),
|
||||
DriverCode = txtDriverCode.Text.Trim(),
|
||||
DrivingDate = txtDrivingDate.SelectedDate
|
||||
};
|
||||
if (type == BLL.Const.BtnSubmit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user