2023/10/31
This commit is contained in:
@@ -717,10 +717,18 @@ namespace FineUIPro.Web.AttachFile
|
||||
{
|
||||
this.toolBar.Hidden = false;
|
||||
}
|
||||
else if (this.Type == "-1")
|
||||
else if (this.Type == "-1")
|
||||
{
|
||||
this.toolBar.Hidden = true;
|
||||
}
|
||||
else if (this.Type == "-2") //方案审核只保留文档编辑
|
||||
{
|
||||
this.toolBar.Hidden = false;
|
||||
btnImageMagnify.Hidden = true;
|
||||
btnSelectFiles.Hidden = true;
|
||||
btnDelete.Hidden = true;
|
||||
btnSave.Hidden = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.CurrUser != null && this.MenuId != Const.ProjectPunishNoticeStatisticsMenuId)
|
||||
|
||||
Reference in New Issue
Block a user