이준호 전자조정시스템 커밋

- 열람 신청 주석처리
This commit is contained in:
leejunho 2023-03-23 17:44:19 +09:00
parent b5925f3fa1
commit 8d1d5ddcff
2 changed files with 8 additions and 8 deletions

View File

@ -156,7 +156,7 @@
<col style="width: auto;">
<col style="width: 12%;">
<col style="width: 12%;">
<col style="width: 12%;">
<%-- <col style="width: 12%;"> --%>
</colgroup>
<thead>
<tr>
@ -168,7 +168,7 @@
<th scope="col">신청내용<%--<button type="button" class="sort sortBtn" id="sort_DEPU_TY_NM"></button>--%></th>
<th scope="col">조정부<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th>
<th scope="col">진행차수<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th>
<th scope="col">열람신청</th>
<!-- <th scope="col">열람신청</th> -->
</tr>
</thead>
<tbody>
@ -215,14 +215,14 @@
<span class="m_th_text">기일</span>
<p><c:out value="${empty list.appDe ? '-' : list.appDe}"/></p>
</td>
<td class="td_status">
<span class="read_only m_th_text">열람신청</span>
<button type="button" class="status_scrq" id="" onclick="fnDocIssReqLink('<c:out value="${list.adrSeq}"/>', '<c:out value="${list.adrNo}"/>', '<c:out value="${list.reqTy}"/>');">열람신청</button>
</td>
<!-- <td class="td_status"> -->
<!-- <span class="read_only m_th_text">열람신청</span> -->
<%-- <button type="button" class="status_scrq" id="" onclick="fnDocIssReqLink('<c:out value="${list.adrSeq}"/>', '<c:out value="${list.adrNo}"/>', '<c:out value="${list.reqTy}"/>');">열람신청</button> --%>
<!-- </td> -->
</tr>
</c:forEach>
<c:if test="${empty list}">
<tr><td colspan="9"><spring:message code="common.nodata.msg" /></td></tr>
<tr><td colspan="8"><spring:message code="common.nodata.msg" /></td></tr>
</c:if>
</tbody>
</table>

View File

@ -289,7 +289,7 @@
<!-- 하단 버튼 -->
<div class="btn_wrap btn_layout01">
<button class="btnType09" onclick="fn_goRegist()">기록열람신청</button>
<!-- <button class="btnType09" onclick="fn_goRegist()">기록열람신청</button> -->
</div>
<!-- //하단 버튼 -->