增加数据穿透界面
This commit is contained in:
@@ -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, "查看 - ")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user