特种设备修改,车辆管理人员管理合并,考试接口创建试卷和答题使用redis

This commit is contained in:
2024-04-02 14:28:52 +08:00
parent 1b96387adc
commit d87b2d5be9
49 changed files with 4175 additions and 179 deletions
@@ -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)
{