Merge branch 'jsp'
This commit is contained in:
commit
b9226b6cd6
@ -478,23 +478,29 @@ function fnSetCalMonth(val) {
|
||||
<td><c:out value="${result.hstMbtlNum}"/></td>
|
||||
<td class="td_file" style="vertical-align:middle;">
|
||||
<c:if test="${result.atchFileId ne '' || result.atchFileId ne null}">
|
||||
<c:import url="/cmm/fms/selectMberFileInfs.do" charEncoding="utf-8">
|
||||
<c:import url="/cmm/fms/selectAddrAgencyFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${result.atchFileId}" />
|
||||
</c:import>
|
||||
</c:if>
|
||||
<%--
|
||||
<!--/cmm/fms/selectMberFileInfs.do-->
|
||||
<c:if test="${result.atchFileId ne '' && result.atchFileId ne null}">
|
||||
<button class="btnType btnType20" onclick="pdfViewPop('${result.atchFileId}','${result.mberNm}','${result.bizNo}','${result.ceoNm}','${result.hstManagerNm}','${result.hstMbtlNum}')" style="height:20px !important; padding:0 2px !important;">V</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
--%>
|
||||
</td>
|
||||
<td class="td_file">
|
||||
<c:if test="${result.workAtchFileId ne '' || result.workAtchFileId ne null}">
|
||||
<c:import url="/cmm/fms/selectMberFileInfs.do" charEncoding="utf-8">
|
||||
<c:import url="/cmm/fms/selectAddrAgencyFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${result.workAtchFileId}" />
|
||||
</c:import>
|
||||
</c:if>
|
||||
<%--
|
||||
<!--/cmm/fms/selectMberFileInfs.do-->
|
||||
<c:if test="${result.workAtchFileId ne '' && result.workAtchFileId ne null}">
|
||||
<button class="btnType btnType20" onclick="pdfViewPop('${result.workAtchFileId}','${result.mberNm}','${result.bizNo}','${result.ceoNm}','${result.hstManagerNm}','${result.hstMbtlNum}')" style="height:20px !important; padding:0 2px !important;">V</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
--%>
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach var="item" items="${hstTypeList}" varStatus="status">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user