增加数据穿透界面

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
@@ -173,7 +173,7 @@ namespace FineUIPro.Web.HSSE.Hazard
var checkWork = BLL.Hazard_OtherHazardService.GetOtherHazardByOtherHazardId(OtherHazardId);
if (checkWork != null)
{
if (this.btnMenuModify.Hidden || checkWork.States == BLL.Const.State_2) ////双击事件 编辑权限有:编辑页面,无:查看页面 或者状态是完成时查看页面
if (this.btnMenuModify.Hidden) ////双击事件 编辑权限有:编辑页面,无:查看页面 或者状态是完成时查看页面
{
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("OtherHazardView.aspx?OtherHazardId={0}", OtherHazardId, "查看 - ")));
}