요구사항 수정중1
parent
a43cf98b8d
commit
08623c9833
|
|
@ -205,4 +205,12 @@
|
|||
background-color: #deebff78!important;
|
||||
}
|
||||
|
||||
.pSticky thead{
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.pSticky th {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -125,5 +125,5 @@
|
|||
<div class="modal-footer bg-light">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">닫기</button>
|
||||
<button type="button" class="btn btn-warning" id="saveTempBtn">임시저장</button>
|
||||
<button type="button" class="btn btn-primary" id="saveFaRptBtn">저장</button>
|
||||
<button type="button" class="btn btn-primary" id="saveFaRptBtn">송신</button>
|
||||
</div>
|
||||
|
|
@ -630,14 +630,14 @@
|
|||
</th:block>
|
||||
</select>
|
||||
</div>
|
||||
<label for="isIvsgtStop" class="col-sm-1 col-form-label col-form-label-sm text-center">수사중지여부</label>
|
||||
<!--<label for="isIvsgtStop" class="col-sm-1 col-form-label col-form-label-sm text-center">수사중지여부</label>
|
||||
<div class="col-sm-2">
|
||||
<select class="form-select form-select-sm " id="isIvsgtStop" name="processResult.isIvsgtStop">
|
||||
<option value="">선택</option>
|
||||
<option value="Y" th:selected="${crackdownStatus.processResult.isIvsgtStop eq 'Y'}">O</option>
|
||||
<option value="N" th:selected="${crackdownStatus.processResult.isIvsgtStop eq 'N'}">X</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>-->
|
||||
<label class="col-sm-1 col-form-label col-form-label-sm text-center">선고법원</label>
|
||||
<div class="col-sm-2">
|
||||
<input class="form-control form-control-sm" name="processResult.sentencingCourt" id="sentencingCourt" th:value="${crackdownStatus.processResult.sentencingCourt}">
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
<div class="col-12 overflow-auto">
|
||||
<table class="table table-sm table-hover table-bordered text-nowrap" id="sailorTable">
|
||||
<thead class="align-middle">
|
||||
<tr class="table-secondary">
|
||||
<tr class="table-secondary pSticky" >
|
||||
<!--<th rowspan="2">연번</th>-->
|
||||
<th rowspan="2">선박명</th>
|
||||
<th rowspan="2">나포일시</th>
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
<input type="hidden" class="verNo" th:value="${si.versionNo}">
|
||||
<td>
|
||||
<div th:text="|${si.startPoint}/${si.endPoint}|"></div>
|
||||
<div th:text="|(${si.distanceNm}해리,${si.distanceKm}km)|"></div>
|
||||
<div th:text="|(${si.distanceNm}해리),${si.distanceKm}km)|"></div>
|
||||
</td>
|
||||
<td th:text="${si.ownerNm}"></td>
|
||||
<td th:text="${si.shipNm}"></td>
|
||||
|
|
|
|||
|
|
@ -130,8 +130,9 @@
|
|||
<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.outturnCd}"></td>-->
|
||||
<td th:if="${list.outturnCd == '수사'}">O</td>
|
||||
<td th:if="${list.outturnCd != '수사'}">X</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'}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue