浏览代码

游客上传权限

laiguoran 3 年之前
父节点
当前提交
1228ca0399
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/view/stage/modal.ejs

+ 2 - 0
app/view/stage/modal.ejs

@@ -600,8 +600,10 @@
             </div>
             <div class="modal-body">
                 <div class="form-group">
+                    <% if (!ctx.tender.isTourist || (ctx.tender.isTourist && ctx.tender.touristPermission.file) || stage.filePermission) { %>
                     <label for="formGroupExampleInput">大小限制:30MB,支持<span data-toggle="tooltip" data-placement="bottom" title="doc,docx,xls,xlsx,ppt,pptx,pdf">office等文档格式</span>、<span data-toggle="tooltip" data-placement="bottom" title="jpg,png,bmp">图片格式</span>、<span data-toggle="tooltip" data-placement="bottom" title="rar,zip">压缩包格式</span></label>
                     <input type="file" class="" id="upload-im-file" multiple>
+                    <% } %>
                 </div>
                 <div class="modal-height-500" style="overflow:auto;">
                     <table class="table table-sm table-bordered" style="word-break:break-all; table-layout: fixed">