refactor:[#2940]첨부파일 다운로드 수정
This commit is contained in:
parent
8bc14484f0
commit
64d329ca55
@ -245,18 +245,18 @@
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<%-- <c:choose> --%>
|
||||
<%-- <c:when test="${list.adrDocCn2 eq '0' }"> --%>
|
||||
<c:choose>
|
||||
<c:when test="${list.adrDocCn2 eq '0' }">
|
||||
<a href="#" onclick="fn_adjstReq_preview('<c:out value="${info.adrSeq}" />'); return false;">${list.adrDocTy}</a>
|
||||
<%-- </c:when> --%>
|
||||
<%-- <c:otherwise> --%>
|
||||
<%-- <a href="<c:url value='/cmm/fms/FileDown.do?atchFileId=${list.atchFileId}&&fileSn=${list.fileSn}'/>" title="첨부파일 다운로드" targe="_blank">
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<a href="<c:url value='/cmm/fms/FileDown.do?atchFileId=${list.atchFileId}&&fileSn=${list.fileSn}'/>" title="첨부파일 다운로드" targe="_blank">
|
||||
<c:out value="${list.adrDocTy}"></c:out>
|
||||
</a> --%>
|
||||
</a>
|
||||
<!-- pdf 뷰어로 일단 보여주기_이준호_221109 -->
|
||||
<%-- <a href="http://192.168.0.176:8085/streamdocs/view/sd;streamdocsId=oeVmgWE9e_IUJP_bTHVkhtjmWBCUBmNwkxGenGKMF4U"><c:out value="${list.adrDocTy}"/></a> --%>
|
||||
<%-- </c:otherwise> --%>
|
||||
<%-- </c:choose> --%>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user