Merge branch 'JIWOO'

This commit is contained in:
JIWOO 2024-11-27 10:50:07 +09:00
commit 19811bfadb

View File

@ -8756,6 +8756,41 @@ function nanumProcessStartTmp(){
</div>
</c:if>
<h3 class="mb10 mt30 title depth02">사건권한 승인요청</h3>
<div class="slide_wrap">
<button type="button" class="btn-temp-view">더보기 <i class="fr"></i></button>
<div>
<div class="data-table layout-type col-table">
<table>
<thead>
<tr>
<th>순번</th>
<th>이름</th>
<th>전화번호</th>
<th>진행상태</th>
<th>상태변경</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>사용자1</td>
<td>010-0000-0000</td>
<td>승인완료</td>
<td><button type="button" class="btn-change-state btn btn_text btn_46 blue_fill">승인취소</button></td>
</tr>
<tr>
<td>2</td>
<td>사용자2</td>
<td>010-1111-1111</td>
<td>승인요청</td>
<td><button type="button" class="btn-change-state btn btn_text btn_46 blue_fill">승인처리</button></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<c:if test="${memberPosition == '0911000000'}">
<!-- 팀장 조사관 변경 기능 -->
<div class="bbs-view-layout" style="margin-bottom: 20px;margin-top: 20px;">