fix: 관리기능 -> 외사경찰관리 -> 승인대기 비외사경찰승인 추가

TaehunPark 2022-11-08 13:37:17 +09:00
parent 8c08283121
commit 98e7092292
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ $(document).on('click', '#stayTab', function (){
$(document).on('click', '.userInfoTr', function (event){ $(document).on('click', '.userInfoTr', function (event){
if(!event.target.className.includes("heckBox")){ if(!event.target.className.includes("heckBox")){
openEditModal($(this).find(".userSeq").val()) openEditModal($(this).find(".userSeq").val())
} }
}) })
$(document).on('click', '#approvalBtn', function (){ $(document).on('click', '#approvalBtn', function (){

View File

@ -169,7 +169,7 @@
<th:block th:if="${searchParams.userStatus eq 'USC002'}"> <th:block th:if="${searchParams.userStatus eq 'USC002'}">
<input type="button" class="btn btn-success" value="외사경찰 승인" id="approvalBtn"> <input type="button" class="btn btn-success" value="외사경찰 승인" id="approvalBtn">
<input type="button" class="btn btn-warning" value="비외사경찰 승인" id="notPoliceBtn"> <input type="button" class="btn btn-warning" value="비외사경찰 승인" id="notPoliceBtn">
</th:block> </th:block>
</div> </div>
</div> </div>
</div> </div>