|
@@ -482,7 +482,7 @@
|
|
|
<tr>
|
|
|
<th width="55%">文件类型</th>
|
|
|
<th width="">文件名</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
+ <th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="file_attachment">
|
|
@@ -581,6 +581,9 @@
|
|
|
<a href="javascript:location.href='${ctx}/workfullmanage/workFullManage/downLoadAttach?file='+encodeURIComponent('${fileAttachment.url}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
+ <c:if test="${fileAttachment.collectFlag != 1}">
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${fileAttachment.url}','${fileAttachment.createBy.id}','${fileAttachment.fileSize}')" class="op-btn op-btn-delete" style="background-color: #FFB800"><i class="layui-icon layui-icon-rate"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|
|
@@ -611,7 +614,7 @@
|
|
|
<tr>
|
|
|
<th width="55%">文件类型</th>
|
|
|
<th width="">文件名</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
+ <th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="file_gistdata">
|
|
@@ -710,6 +713,9 @@
|
|
|
<a href="javascript:location.href='${ctx}/workfullmanage/workFullManage/downLoadAttach?file='+encodeURIComponent('${fileGistdata.url}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
+ <c:if test="${fileGistdata.collectFlag != 1}">
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${fileGistdata.url}','${fileGistdata.createBy.id}','${fileGistdata.fileSize}')" class="op-btn op-btn-delete" style="background-color: #FFB800"><i class="layui-icon layui-icon-rate"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|
|
@@ -741,7 +747,7 @@
|
|
|
<tr>
|
|
|
<th width="55%">文件类型</th>
|
|
|
<th width="">文件名</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
+ <th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="file_other">
|
|
@@ -840,6 +846,9 @@
|
|
|
<a href="javascript:location.href='${ctx}/workfullmanage/workFullManage/downLoadAttach?file='+encodeURIComponent('${fileOther.url}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
+ <c:if test="${fileOther.collectFlag != 1}">
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${fileOther.url}','${fileOther.createBy.id}','${fileOther .fileSize}')" class="op-btn op-btn-delete" style="background-color: #FFB800"><i class="layui-icon layui-icon-rate"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|