|
@@ -502,7 +502,7 @@
|
|
|
<tr>
|
|
|
<th width="30%">文件类型</th>
|
|
|
<th width="">文件名</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
+ <th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="file_attachment">
|
|
@@ -601,6 +601,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" ><i class="fa fa-trash"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|
|
@@ -630,7 +633,7 @@
|
|
|
<tr>
|
|
|
<th width="30%">文件类型</th>
|
|
|
<th width="">文件名</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
+ <th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="file_gistdata">
|
|
@@ -729,6 +732,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" ><i class="fa fa-trash"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|
|
@@ -760,7 +766,7 @@
|
|
|
<tr>
|
|
|
<th width="30%">文件类型</th>
|
|
|
<th width="">文件名</th>
|
|
|
- <th width="100px">操作</th>
|
|
|
+ <th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="file_other">
|
|
@@ -859,6 +865,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" ><i class="fa fa-trash"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|
|
@@ -1159,6 +1168,9 @@
|
|
|
<a href="javascript:location.href='${ctx}/workfullmanage/workFullManage/downLoadAttach?file='+encodeURIComponent('${workClientAttachment.url}');" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
+ <c:if test="${workClientAttachment.collectFlag != 1}">
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn op-btn-delete" ><i class="fa fa-trash"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -1502,6 +1514,9 @@
|
|
|
<td class="op-td">
|
|
|
<div class="op-btn-box" >
|
|
|
<a href="javascript:location.href='${ctx}/workfullmanage/workFullManage/downLoadAttach?file='+encodeURIComponent(encodeURIComponent('${workClientAttachment.url}'));" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
|
|
|
+ <c:if test="${workClientAttachment.collectFlag != 1}">
|
|
|
+ <a href="javascript:void(0)" onclick="collectingAccessory(this,'${ctx}/projectAccessory/projectAccessory/saveCollectAccessory','${workClientAttachment.url}','${workClientAttachment.createBy.id}','${workClientAttachment.fileSize}')" class="op-btn op-btn-delete" ><i class="fa fa-trash"></i> 收藏</a>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|