1、车辆交易安全管理,现场车辆管理:补充批量退场和导入功能;

2、危大工程方案调整
3、企业安全检查调整
4、安全活动调整
This commit is contained in:
2026-03-16 14:38:56 +08:00
parent 2c1f892dec
commit 13364fcbf7
69 changed files with 4291 additions and 746 deletions
@@ -62,6 +62,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;
}
}
}
else
@@ -126,6 +131,7 @@ namespace FineUIPro.Web.HSSE.Administrative
InsuranceDate = Funs.GetNewDateTime(this.txtInsuranceDate.Text.Trim()),
Remark = this.txtRemark.Text.Trim(),
CompileMan = this.CurrUser.UserId,
InOutState = this.rblInOutState.SelectedValue,
CompileDate = DateTime.Now,
States = BLL.Const.State_0
};