1、车辆交易安全管理,现场车辆管理:补充批量退场和导入功能;
2、危大工程方案调整 3、企业安全检查调整 4、安全活动调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
///初始化审核菜单
|
||||
|
||||
Reference in New Issue
Block a user