|
@@ -286,7 +286,7 @@
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
|
<c:when test="${fn:containsIgnoreCase(fileAttachment.attachName,'pdf')}">
|
|
|
- <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileAttachment.temporaryUrl}','90%','90%')">${fileAttachment.attachName} ; </a>
|
|
|
+ <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileAttachment.temporaryUrl}','90%','90%','1')">${fileAttachment.attachName} ; </a>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileAttachment.temporaryUrl}','90%','90%')">${fileAttachment.attachName} ; </a>
|
|
@@ -307,7 +307,7 @@
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
|
<c:when test="${fn:containsIgnoreCase(workClientAttachment.attachName,'pdf')}">
|
|
|
- <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileAttachment.url}','90%','90%')">${fileAttachment.attachName} ; </a>
|
|
|
+ <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileAttachment.url}','90%','90%','1')">${fileAttachment.attachName} ; </a>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileAttachment.url}','90%','90%')">${fileAttachment.attachName} ; </a>
|
|
@@ -403,7 +403,7 @@
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
|
<c:when test="${fn:containsIgnoreCase(fileGistdata.attachName,'pdf')}">
|
|
|
- <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileGistdata.temporaryUrl}','90%','90%')">${fileGistdata.attachName} ; </a>
|
|
|
+ <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileGistdata.temporaryUrl}','90%','90%','1')">${fileGistdata.attachName} ; </a>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileGistdata.temporaryUrl}','90%','90%')">${fileGistdata.attachName} ; </a>
|
|
@@ -424,7 +424,7 @@
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
|
<c:when test="${fn:containsIgnoreCase(workClientAttachment.attachName,'pdf')}">
|
|
|
- <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileGistdata.url}','90%','90%')">${fileGistdata.attachName} ; </a>
|
|
|
+ <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileGistdata.url}','90%','90%','1')">${fileGistdata.attachName} ; </a>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileGistdata.url}','90%','90%')">${fileGistdata.attachName} ; </a>
|
|
@@ -543,7 +543,7 @@
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
|
<c:when test="${fn:containsIgnoreCase(workClientAttachment.attachName,'pdf')}">
|
|
|
- <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileOther.url}','90%','90%')">${fileOther.attachName} ; </a>
|
|
|
+ <a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileOther.url}','90%','90%','1')">${fileOther.attachName} ; </a>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${fileOther.url}','90%','90%')">${fileOther.attachName} ; </a>
|