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
@@ -45,7 +45,12 @@ namespace FineUIPro.Web.HSSE.Administrative
this.txtBuyDate.Text = string.Format("{0:yyyy-MM-dd}", carManager.BuyDate);
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.txtRemark.Text = carManager.Remark;
if (carManager.InOutState != null)
{
this.rblInOutState.SelectedValue = carManager.InOutState;
}
}
}
///初始化审核菜单