leftMenu 수정중, 게시판 테이블 순서변경
parent
fa34b34a24
commit
6b9f98ce3b
|
|
@ -67,6 +67,14 @@
|
|||
content: url("/img/bootstrap-icons-1.9.1/caret-down.svg");
|
||||
}
|
||||
|
||||
.btn-toggle3::before {
|
||||
content: url("/img/bootstrap-icons-1.9.1/chevron-right.svg");
|
||||
filter: invert(100%);
|
||||
}
|
||||
.btn-toggle3[aria-expanded="true"]::before {
|
||||
content: url("/img/bootstrap-icons-1.9.1/chevron-down.svg");
|
||||
}
|
||||
|
||||
.f-invert{
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@
|
|||
<table class="table table-sm table-hover table-bordered text-nowrap" id="asfCovTable">
|
||||
<thead class="align-middle">
|
||||
<tr class="table-secondary">
|
||||
<th rowspan="4">순번</th>
|
||||
<th rowspan="4">사건번호</th>
|
||||
<th rowspan="4">나포일시</th>
|
||||
<th rowspan="4">선명</th>
|
||||
|
|
@ -123,7 +124,8 @@
|
|||
</thead>
|
||||
<tbody class="table-group-divider align-middle">
|
||||
|
||||
<tr class="tr" th:each="asfcov:${asfCovList}" th:data-key="${asfcov.asfCovKey}">
|
||||
<tr class="tr" th:each="asfcov,cnt:${asfCovList}" th:data-key="${asfcov.asfCovKey}">
|
||||
<td th:text="${cnt.count}"></td>
|
||||
<td th:text="${asfcov.caseNum}"></td>
|
||||
<td th:text="${asfcov.napoDt}"></td>
|
||||
<th:block th:if="${asfcov.pressurizedN eq 'A'}">
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row mb-1">
|
||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center fw-bold">사건담당경찰서</label>
|
||||
<th:block th:each="commonCode:${session.commonCode.get('ATA')}">
|
||||
<label class="col-sm-2 col-form-label col-form-label-sm text-start" th:if="${asfCov.caseAgency eq commonCode.itemCd}" th:text="${commonCode.itemValue}"></label>
|
||||
<label class="col-sm-2 col-form-label col-form-label-sm text-start" th:if="${asfCov.caseAgency eq commonCode.itemCd}" th:text="${commonCode.itemValue}"></label>
|
||||
</th:block>
|
||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center fw-bold">사건담당경찰관</label>
|
||||
<label class="col-sm-2 col-form-label col-form-label-sm text-start" th:text="${asfCov.casePoliceOfficer}"></label>
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@
|
|||
<table class="table table-sm table-hover table-bordered text-nowrap" id="cdsTable">
|
||||
<thead class="align-middle">
|
||||
<tr class="table-secondary">
|
||||
<!--<th rowspan="4">연번</th>-->
|
||||
<th rowspan="4">순번</th>
|
||||
<th rowspan="4">나포일시</th>
|
||||
<th rowspan="4">위반내용</th>
|
||||
<th rowspan="4">위반장소</th>
|
||||
|
|
@ -562,9 +562,10 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody class="table-group-divider align-middle">
|
||||
<th:block th:each="crackdownStatus:${crackdownStatusList}">
|
||||
<th:block th:each="crackdownStatus,cnt:${crackdownStatusList}">
|
||||
<tr class="tr" th:data-key="${crackdownStatus.cdsKey}">
|
||||
<!--<td th:text="${crackdownStatus.cdsKey}"></td>-->
|
||||
<td th:text="${cnt.count}"></td>
|
||||
<td th:text="${#temporals.format(crackdownStatus.napoDt, 'yyyy-MM-dd HH:mm')}"></td>
|
||||
<td class="text-wrap min-width-300">
|
||||
<th:block th:if="${#lists.size(crackdownStatus.violationList) >= 1}">
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
<table class="table table-sm table-hover table-bordered text-nowrap">
|
||||
<thead class="align-middle">
|
||||
<tr class="table-secondary">
|
||||
<th></th>
|
||||
<th>순번</th>
|
||||
<th>나포일시</th>
|
||||
<th>나포해점</th>
|
||||
<th>사건담당경찰서</th>
|
||||
|
|
@ -184,9 +184,9 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody class="table-group-divider align-middle">
|
||||
<tr class="crackdownStatusTr" th:each="crackdownStatus:${crackdownStatusList}">
|
||||
<tr class="crackdownStatusTr" th:each="crackdownStatus,cnt:${crackdownStatusList}">
|
||||
<input type="hidden" class="cdsKey" th:value="${crackdownStatus.cdsKey}">
|
||||
<td><input type="checkbox" class="trChkBox"></td>
|
||||
<td th:text="${cnt.count}"></td>
|
||||
<td th:text="${#temporals.format(crackdownStatus.napoDt, 'yyyy-MM-dd HH:mm')}"></td>
|
||||
<td>
|
||||
<th:block th:text="${crackdownStatus.napoSeaPointLon}"></th:block>
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
<table class="table table-sm table-hover table-bordered text-nowrap" id="prTable">
|
||||
<thead class="align-middle">
|
||||
<tr class="table-secondary">
|
||||
<!--<th>연번</th>-->
|
||||
<th>순번</th>
|
||||
<th>사건번호</th>
|
||||
<th>사건담당경찰서</th>
|
||||
<th>피의자(선박명)</th>
|
||||
|
|
@ -132,8 +132,9 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody class="table-group-divider align-middle">
|
||||
<th:block th:each="processResult:${processResultList}">
|
||||
<th:block th:each="processResult,cnt:${processResultList}">
|
||||
<tr class="tr" th:data-key="${processResult.prKey}">
|
||||
<td th:text="${cnt.count}"></td>
|
||||
<!--<td th:text="${processResult.prKey}"></td>-->
|
||||
<td th:text="${processResult.crackdownStatus.caseNum}"></td>
|
||||
<th:block th:each="commonCode:${session.commonCode.get('CPO')}">
|
||||
|
|
|
|||
|
|
@ -7,15 +7,15 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="flex-shrink-0 py-3 bg-transparent" id="leftMenu">
|
||||
<ul class="list-unstyled border-top border-secondary ps-0">
|
||||
<li class="mb-1 border-bottom border-secondary" th:each="firstMenu:${session.menuList}">
|
||||
<ul class="list-unstyled border-top ps-0">
|
||||
<li class="mb-1 border-bottom " th:each="firstMenu:${session.menuList}">
|
||||
<th:block th:each="cat1Code:${session.commonCode.get('CAT1')}">
|
||||
<th:block th:if="${cat1Code.itemCd eq firstMenu.cat1Cd}">
|
||||
<button class="btn btn-toggle align-items-center rounded collapsed leftMenuItem text-light" style="font-size: 16px;"
|
||||
<button class="btn align-items-center rounded collapsed leftMenuItem text-light" style="font-size: 16px;"
|
||||
data-bs-toggle="collapse" aria-expanded="false" th:data-category="${cat1Code.itemCd}"
|
||||
th:data-bs-target="'#collapse'+${cat1Code.itemCd}" th:text="${cat1Code.itemValue}">
|
||||
</button>
|
||||
<div class="collapse ps-3" th:id="|collapse${cat1Code.itemCd}|">
|
||||
<div class="collapse ps-3 border-top border-secondary" th:id="|collapse${cat1Code.itemCd}|">
|
||||
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1" >
|
||||
<li th:each="secondMenu:${firstMenu.childList}">
|
||||
<th:block th:each="cat2Code:${session.commonCode.get('CAT2')}">
|
||||
|
|
@ -23,13 +23,13 @@
|
|||
<ul class="list-unstyled ps-0">
|
||||
<li class="mb-1">
|
||||
<th:block th:unless="${#lists.isEmpty(secondMenu.childList)}">
|
||||
<button class="btn btn-toggle2 align-items-center rounded collapsed leftMenuItem text-light" style="font-size: 15px;"
|
||||
<button class="btn btn-toggle3 align-items-center rounded collapsed leftMenuItem text-light" style="font-size: 15px;"
|
||||
data-bs-toggle="collapse" aria-expanded="false" th:data-parent="${cat1Code.itemCd}" th:data-category="${cat2Code.itemCd}"
|
||||
th:data-bs-target="'#collapse'+${cat2Code.itemCd}" th:text="${cat2Code.itemValue}">
|
||||
</button>
|
||||
</th:block>
|
||||
<th:block th:if="${#lists.isEmpty(secondMenu.childList)}">
|
||||
<a th:href="@{${secondMenu.menuUrl}}" class="bi bi-dash link-light rounded ps-3 text-decoration-none" style="font-size: 14px;" th:data-menukey="${secondMenu.menuKey}"
|
||||
<a th:href="@{${secondMenu.menuUrl}}" class="link-light rounded ps-3 text-decoration-none" style="font-size: 14px;"
|
||||
th:data-parent="${cat1Code.itemCd}" th:data-category="${cat2Code.itemCd}" th:text="${cat2Code.itemValue}"></a>
|
||||
</th:block>
|
||||
<div class="collapse ps-3" th:id="|collapse${cat2Code.itemCd}|" >
|
||||
|
|
@ -39,12 +39,12 @@
|
|||
<th:block th:if="${cat3Code.itemCd eq thirdMenu.cat3Cd}">
|
||||
<ul class="list-unstyled ps-0">
|
||||
<li>
|
||||
<a th:href="@{${thirdMenu.menuUrl}}" class="bi bi-dash link-light rounded ps-3 text-decoration-none" th:data-menukey="${thirdMenu.menuKey}"
|
||||
<a th:href="@{${thirdMenu.menuUrl}}" class="link-light rounded ps-3 text-decoration-none"
|
||||
th:data-parent="${cat2Code.itemCd}" th:data-category="${cat3Code.itemCd}" th:text="${cat3Code.itemValue}"></a>
|
||||
</li>
|
||||
</ul>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -81,11 +81,11 @@
|
|||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<th>순번</th>
|
||||
<th>관서</th>
|
||||
<th>부서</th>
|
||||
<th>직책</th>
|
||||
<th>계급</th>
|
||||
<th>성명</th>
|
||||
<th>청</th>
|
||||
<th>부서</th>
|
||||
<th>생년월일</th>
|
||||
<th>성별</th>
|
||||
<th>외사경력</th>
|
||||
|
|
@ -100,11 +100,11 @@
|
|||
<tr class="policeTr" th:each="police:${policeList}">
|
||||
<input type="hidden" class="userSeq" th:value="${police.userSeq}">
|
||||
<td th:text="${police.rownum}"></td>
|
||||
<td th:text="${police.organNm}"></td>
|
||||
<td th:text="${police.ofcCd}"></td>
|
||||
<td></td>
|
||||
<td th:text="${police.titleCd}"></td>
|
||||
<td th:text="${police.userNm}"></td>
|
||||
<td th:text="${police.organNm}"></td>
|
||||
<td th:text="${police.ofcCd}"></td>
|
||||
<td th:text="${police.birthDate}"></td>
|
||||
<td th:text="${police.sex}"></td>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -111,6 +111,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
</div>
|
||||
</html>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
<div class="modal-footer row justify-content-between bg-light">
|
||||
<div class="col-auto">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button type="button" class="btn btn-primary" id="saveBtn" th:if="${accessAuth eq 'ACC003'} or ${userInfo.userSeq eq userSeq}">저장</button>
|
||||
|
|
|
|||
|
|
@ -82,14 +82,14 @@
|
|||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<th>순번</th>
|
||||
<th>관서</th>
|
||||
<th>부서</th>
|
||||
<th>직책</th>
|
||||
<th>계급</th>
|
||||
<th>성명</th>
|
||||
<th>청</th>
|
||||
<th>현부서<br>과</th>
|
||||
|
||||
<th>생년월일</th>
|
||||
<th>성별</th>
|
||||
|
||||
<th>최종수정일</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -99,11 +99,11 @@
|
|||
<input type="hidden" class="userSeq" th:value="${list.userSeq}">
|
||||
</th:block>
|
||||
<td th:text="${list.rownum}"></td>
|
||||
<td th:text="${list.organNm}"></td>
|
||||
<td th:text="${list.ofcCd}"></td>
|
||||
<td></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>
|
||||
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
<button type="button" class="btn btn-primary" id="saveBtn">저장</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
|
||||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@
|
|||
</th:block>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>-->
|
||||
<button type="button" class="btn btn-warning" id="updateBtn" th:if="${accessAuth eq 'ACC003'}">수정</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -95,11 +95,11 @@
|
|||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<th>순번</th>
|
||||
<th>관서</th>
|
||||
<th>부서</th>
|
||||
<th>직책</th>
|
||||
<th>계급</th>
|
||||
<th>성명</th>
|
||||
<th>청</th>
|
||||
<th>현부서<br>과</th>
|
||||
<th>생년월일</th>
|
||||
<th>성별</th>
|
||||
<th>최초<br>임용</th>
|
||||
|
|
@ -123,19 +123,20 @@
|
|||
<input type="hidden" class="userSeq" th:value="${list.userSeq}">
|
||||
</th:block>
|
||||
<td th:text="${list.rownum}"></td>
|
||||
<td th:text="${list.organNm}"></td>
|
||||
<td th:text="${list.ofcCd}"></td>
|
||||
<td></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 th:text="${list.outturnCd}"></td>-->
|
||||
<td th:if="${list.outturnCd == '수사'}">O</td>
|
||||
<td th:if="${list.outturnCd != '수사'}">X</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'}">
|
||||
|
|
|
|||
|
|
@ -109,8 +109,8 @@
|
|||
<table class="table table-sm table-hover table-bordered">
|
||||
<thead>
|
||||
<tr class="table-secondary">
|
||||
<th>연번</th>
|
||||
<th>관서명</th>
|
||||
<th>순번</th>
|
||||
<th>관서</th>
|
||||
<th>언어</th>
|
||||
<th>경력</th>
|
||||
<th>성명</th>
|
||||
|
|
@ -313,8 +313,8 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="closeModalBtn">닫기</button>
|
||||
<button type="button" class="btn btn-primary" id="saveBtn">등록</button>
|
||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="closeModalBtn">닫기</button>-->
|
||||
<button type="button" class="btn btn-primary" id="saveBtn">저장</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="modal-footer bg-light">
|
||||
<button type="button" class="btn btn-primary" id="crrSaveBtn">등록</button>
|
||||
<button type="button" class="btn btn-primary" id="crrSaveBtn">저장</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue