발신번호 첨부파일 뷰어버튼 위치 변경

This commit is contained in:
itn 2023-08-02 18:12:14 +09:00
parent 7f73b3441c
commit 3d300dc8d6

View File

@ -286,10 +286,10 @@ function fnSetCalMonth(val) {
<col style="width: 5%">
<col style="width: 7%">
<col style="width: *%">
<col style="width: 2%">
<col style="width: 5%">
<col style="width: 10%">
<col style="width: 7%">
<col style="width: 2%">
</colgroup>
<thead>
<tr>
@ -306,10 +306,10 @@ function fnSetCalMonth(val) {
<th>인증자<input type="button" class="sort sortBtn" id="sort_ownerName"></th>
<th>인증여부<input type="button" class="sort sortBtn" id="sort_authYn"></th>
<th>첨부파일</th>
<th></th>
<th>관리자</th>
<th>관리</th>
<th>등록일자<input type="button" class="sort sortBtn" id="sort_frstRegistPnttm"></th>
<th></th>
</tr>
</thead>
<tbody>
@ -436,6 +436,11 @@ function fnSetCalMonth(val) {
<c:param name="param_atchFileId" value="${result.atchFileId}" />
</c:import>
</td>
<td>
<c:if test="${result.atchFileId ne '' && result.atchFileId ne null}">
<button class="btnType btnType20" onclick="pdfViewPhonePop('${result.atchFileId}','${result.phmId}','${result.phoneNumber}','${result.userName}','${result.managerNm}','${result.dept}','${result.nameType}','${result.phmType}','${result.authYnTxt}','${result.phmAuthTypeTxt}','${result.ownerName}'); return false;" style="height:20px !important; padding:0 2px !important;">V</button>
</c:if>
</td>
<td><c:out value="${result.admNm}"/></td>
<td>
<c:if test="${result.authYn eq 'H'}">
@ -449,11 +454,6 @@ function fnSetCalMonth(val) {
<fmt:parseDate value="${result.frstRegistPnttm}" var="frstRegistDateValue" pattern="yyyy-MM-dd HH:mm"/>
<fmt:formatDate value="${frstRegistDateValue}" pattern="MM-dd HH:mm"/>
</td>
<td>
<c:if test="${result.atchFileId ne '' && result.atchFileId ne null}">
<button class="btnType btnType20" onclick="pdfViewPhonePop('${result.atchFileId}','${result.phmId}','${result.phoneNumber}','${result.userName}','${result.managerNm}','${result.dept}','${result.nameType}','${result.phmType}','${result.authYnTxt}','${result.phmAuthTypeTxt}','${result.ownerName}'); return false;" style="height:20px !important; padding:0 2px !important;">V</button>
</c:if>
</td>
</tr>
</c:forEach>
<c:if test="${empty resultList}">