20240410 开车会议管理
This commit is contained in:
@@ -134,6 +134,12 @@ namespace FineUIPro.Web.AttachFile
|
||||
//Request.QueryString["type"]; ////类型:0时是上传资源页面,附件权限不需要判断 -1时只查看权限 -2查看集团公司
|
||||
this.GetButtonPower();
|
||||
this.BindGrid();
|
||||
|
||||
//用于开车总结签字版附件,不可编辑
|
||||
if (Request.QueryString["strParam"] == "2" && (this.MenuId == BLL.Const.SpecialSummaryMenuId || this.MenuId == BLL.Const.PersonalSummaryMenuId || this.MenuId == BLL.Const.CompleteSummaryMenuId))
|
||||
{
|
||||
btnOnlineEdit.Hidden = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user