增加数据穿透界面

This commit is contained in:
2023-06-07 18:55:33 +08:00
parent e66750312e
commit b592ccfe5e
358 changed files with 30974 additions and 2388 deletions
@@ -55,9 +55,6 @@ namespace FineUIPro.Web.HSSE.Hazard
this.txtCompileMan.Text = this.CurrUser.UserName;
this.txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
}
///初始化审核菜单
this.ctlAuditFlow.MenuId = BLL.Const.OtherHazardMenuId;
this.ctlAuditFlow.DataId = this.OtherHazardId;
}
}
#endregion