2023/10/31

This commit is contained in:
2023-10-31 18:03:55 +08:00
parent 31cf6d6508
commit f93ed7c829
31 changed files with 3748 additions and 785 deletions
@@ -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)