153 lines
7.0 KiB
HTML
153 lines
7.0 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="ko" xmlns:th="http://www.thymeleaf.org"
|
||
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||
|
|
layout:decorate="~{layout/layout}">
|
||
|
|
<th:block layout:fragment="script">
|
||
|
|
<script type="text/javascript" th:src="@{/js/faisp/police.js}"></script>
|
||
|
|
</th:block>
|
||
|
|
<div layout:fragment="content">
|
||
|
|
<main class="pt-3">
|
||
|
|
<h4>외사경찰 정원/현원 현황</h4>
|
||
|
|
<input type="hidden" name="_csrf_header" th:value="${_csrf.headerName}"/>
|
||
|
|
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
|
||
|
|
<div class="row mx-0">
|
||
|
|
<div class="col-12 card text-center">
|
||
|
|
<div class="card-body">
|
||
|
|
<form id="searchFm" method="get" th:action="@{/faisp/policeList}">
|
||
|
|
<div class="row justify-content-start pe-3 py-1">
|
||
|
|
<div class="col-auto">
|
||
|
|
<select class="form-select" name="rowCnt" id="rowCnt">
|
||
|
|
<option value="">연도</option>
|
||
|
|
<!--<th:block th:each="year : ${#numbers.sequence(2020, 2030)}">
|
||
|
|
<option th:value="${year}" th:text="${year}" th:selected="${searchParams.year eq year}"></option>
|
||
|
|
</th:block>-->
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
<div class="row justify-content-start">
|
||
|
|
<div class="col-12">
|
||
|
|
<div class="card">
|
||
|
|
<div class="card-body">
|
||
|
|
<table class="table table-hover table-bordered">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<th rowspan="3">관서</th>
|
||
|
|
<th>정원</th>
|
||
|
|
<th>현원</th>
|
||
|
|
<th>과부족</th>
|
||
|
|
<th:block th:each="code:${jtList}">
|
||
|
|
<th colspan="2" th:text="${code.itemValue}"></th>
|
||
|
|
</th:block>
|
||
|
|
<th rowspan="3">수정일</th>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>계</th>
|
||
|
|
<th>계</th>
|
||
|
|
<th>계</th>
|
||
|
|
<th:block th:each="code:${jtList}">
|
||
|
|
<th>정원</th>
|
||
|
|
<th>현원</th>
|
||
|
|
</th:block>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th:block th:each="code:${jtList}">
|
||
|
|
<th>정원</th>
|
||
|
|
<th>현원</th>
|
||
|
|
</th:block>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
<th>cnt</th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody class="table-group-divider">
|
||
|
|
<!--<tr class="policeTr" th:each="list:${policeList}">
|
||
|
|
<th:block>
|
||
|
|
<input type="hidden" class="userSeq" th:value="${list.userSeq}">
|
||
|
|
</th:block>
|
||
|
|
<td th:text="${list.rownum}"></td>
|
||
|
|
<td th:text="${list.titleCd}"></td>
|
||
|
|
<td th:text="${list.userNm}"></td>
|
||
|
|
<td th:text="${list.organNm}"></td>
|
||
|
|
<td th:text="${list.ofcCd}"></td>
|
||
|
|
<td th:text="${list.birthDate}"></td>
|
||
|
|
<td th:text="${list.sex}"></td>
|
||
|
|
<td th:text="${list.policeInDate}"></td>
|
||
|
|
<td th:text="${list.titleInDate}"></td>
|
||
|
|
<td th:text="${list.ofcInDate}"></td>
|
||
|
|
<td th:text="${list.outturnCd}"></td>
|
||
|
|
<td></td>
|
||
|
|
<td th:text="${list.jobInCd}"></td>
|
||
|
|
<td th:text="${#temporals.format(list.wrtDt, 'yyyy-MM-dd HH:mm')}"></td>
|
||
|
|
<th:block th:if="${userStatus eq 'USC003'} and ${accessAuth eq 'ACC003'}">
|
||
|
|
<td class="checkBoxTd"><input type="checkbox" name="policeChk" class="policeCheckBox"></td>
|
||
|
|
</th:block>
|
||
|
|
<th:block th:if="${accessAuth eq 'ACC003'} and (${userStatus eq 'USC006'} or ${userStatus eq 'USC007'})">
|
||
|
|
<td class="checkBoxTd"><input type="checkbox" name="policeChk" class="policeCheckBox"></td>
|
||
|
|
</th:block>
|
||
|
|
</tr>-->
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
<div class="row justify-content-between">
|
||
|
|
<div class="col-auto">
|
||
|
|
</div>
|
||
|
|
<div class="col-auto">
|
||
|
|
<nav aria-label="Page navigation">
|
||
|
|
<!--<ul class="pagination">
|
||
|
|
<th:block th:if="${searchParams.pageIndex>3}">
|
||
|
|
<li class="page-item" th:data-pageindex="${(searchParams.pageIndex)-3}">
|
||
|
|
<a class="page-link" href="#" aria-label="Previous">
|
||
|
|
<span aria-hidden="true">«</span>
|
||
|
|
</a>
|
||
|
|
</li>
|
||
|
|
</th:block>
|
||
|
|
<th:block th:each="num : ${#numbers.sequence(searchParams.startNum, searchParams.endNum)}">
|
||
|
|
<li class="page-item" th:data-pageindex="${num}" th:classappend="${searchParams.pageIndex==num?'active':''}">
|
||
|
|
<a class="page-link" href="#" th:text="${num}"></a>
|
||
|
|
</li>
|
||
|
|
</th:block>
|
||
|
|
<th:block th:if="${searchParams.maxNum>searchParams.endNum+2}">
|
||
|
|
<li class="page-item" th:data-pageindex="${(searchParams.pageIndex)+3}">
|
||
|
|
<a class="page-link" href="#" aria-label="Next">
|
||
|
|
<span aria-hidden="true">»</span>
|
||
|
|
</a>
|
||
|
|
</li>
|
||
|
|
</th:block>
|
||
|
|
</ul>-->
|
||
|
|
</nav>
|
||
|
|
</div>
|
||
|
|
<div class="col-auto">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
<div class="modal fade" id="personnelStatusEditModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="personnelStatusEditModalLabel" aria-hidden="true">
|
||
|
|
<div class="modal-dialog modal-lg modal-dialog-scrollable">
|
||
|
|
<div class="modal-content" id="personnelStatusEditModalContent">
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</html>
|