선원세부현황 오류 수정.
parent
0a33658028
commit
4d0ba3054f
|
|
@ -82,7 +82,7 @@ $(document).on('click', '.saveAllInfoBtn', function (){
|
||||||
sailorNameKr: sailorDiv.find(".sailorNameKr").val(),
|
sailorNameKr: sailorDiv.find(".sailorNameKr").val(),
|
||||||
sailorNameCn: sailorDiv.find(".sailorNameCn").val(),
|
sailorNameCn: sailorDiv.find(".sailorNameCn").val(),
|
||||||
birthdate: sailorDiv.find(".birthdate").val(),
|
birthdate: sailorDiv.find(".birthdate").val(),
|
||||||
detentionYn: sailorDiv.find(".detentionYn").val(),
|
isRestriction: sailorDiv.find(".isRestriction").val(),
|
||||||
residence: sailorDiv.find(".residence").val(),
|
residence: sailorDiv.find(".residence").val(),
|
||||||
education: sailorDiv.find(".education").val(),
|
education: sailorDiv.find(".education").val(),
|
||||||
position: sailorDiv.find(".position").val(),
|
position: sailorDiv.find(".position").val(),
|
||||||
|
|
|
||||||
|
|
@ -142,8 +142,8 @@
|
||||||
<td th:text="${sailor.boatNameKr}"></td>
|
<td th:text="${sailor.boatNameKr}"></td>
|
||||||
<td th:text="${sailor.sailorNameKr}"></td>
|
<td th:text="${sailor.sailorNameKr}"></td>
|
||||||
<td>
|
<td>
|
||||||
<th:block th:text="${sailor.detentionYn eq 'Y'?'구속':''}"></th:block>
|
<th:block th:text="${sailor.isRestriction eq 'Y'?'구속':''}"></th:block>
|
||||||
<th:block th:text="${sailor.detentionYn eq 'N'?'불구속':''}"></th:block>
|
<th:block th:text="${sailor.isRestriction eq 'N'?'불구속':''}"></th:block>
|
||||||
</td>
|
</td>
|
||||||
<td th:text="${sailor.birthdate}"></td>
|
<td th:text="${sailor.birthdate}"></td>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
<div class="row mb-1">
|
<div class="row mb-1">
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center">구속여부</label>
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center">구속여부</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<select class="form-select form-select-sm detentionYn">
|
<select class="form-select form-select-sm isRestriction">
|
||||||
<option value="">선택</option>
|
<option value="">선택</option>
|
||||||
<option value="Y">구속</option>
|
<option value="Y">구속</option>
|
||||||
<option value="N">불구속</option>
|
<option value="N">불구속</option>
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
<div class="row mb-1">
|
<div class="row mb-1">
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center">구속여부</label>
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center">구속여부</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<select class="form-select form-select-sm detentionYn">
|
<select class="form-select form-select-sm isRestriction">
|
||||||
<option value="">선택</option>
|
<option value="">선택</option>
|
||||||
<option value="Y">구속</option>
|
<option value="Y">구속</option>
|
||||||
<option value="N">불구속</option>
|
<option value="N">불구속</option>
|
||||||
|
|
|
||||||
|
|
@ -42,10 +42,10 @@
|
||||||
<div class="row mb-1">
|
<div class="row mb-1">
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center">구속여부</label>
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center">구속여부</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<select class="form-select form-select-sm detentionYn">
|
<select class="form-select form-select-sm isRestriction">
|
||||||
<option value="">선택</option>
|
<option value="">선택</option>
|
||||||
<option value="Y" th:selected="${illegalShipSailor.detentionYn eq 'Y'}">구속</option>
|
<option value="Y" th:selected="${illegalShipSailor.isRestriction eq 'Y'}">구속</option>
|
||||||
<option value="N" th:selected="${illegalShipSailor.detentionYn eq 'N'}">불구속</option>
|
<option value="N" th:selected="${illegalShipSailor.isRestriction eq 'N'}">불구속</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<label class="col-sm-2 col-form-label col-form-label-sm text-center">거주지</label>
|
<label class="col-sm-2 col-form-label col-form-label-sm text-center">거주지</label>
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
<label class="col-sm-2 col-form-label col-form-label py-2 border-end border-secondary text-start" th:text="${illegalShipSailor.birthdate}"></label>
|
<label class="col-sm-2 col-form-label col-form-label py-2 border-end border-secondary text-start" th:text="${illegalShipSailor.birthdate}"></label>
|
||||||
<label class="col-sm-1 col-form-label col-form-label fw-bold bg-label py-2 border-end border-secondary text-center">구속여부</label>
|
<label class="col-sm-1 col-form-label col-form-label fw-bold bg-label py-2 border-end border-secondary text-center">구속여부</label>
|
||||||
<label class="col-sm-2 col-form-label col-form-label py-2 text-start">
|
<label class="col-sm-2 col-form-label col-form-label py-2 text-start">
|
||||||
<th:block th:text="${illegalShipSailor.detentionYn eq 'Y'?'구속':''}"></th:block>
|
<th:block th:text="${illegalShipSailor.isRestriction eq 'Y'?'구속':''}"></th:block>
|
||||||
<th:block th:text="${illegalShipSailor.detentionYn eq 'N'?'불구속':''}"></th:block>
|
<th:block th:text="${illegalShipSailor.isRestriction eq 'N'?'불구속':''}"></th:block>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="row border border-secondary border-top-0">
|
<div class="row border border-secondary border-top-0">
|
||||||
|
|
|
||||||
|
|
@ -42,10 +42,10 @@
|
||||||
<label class="col-sm-2 col-form-label col-form-label py-2 border-end border-secondary text-start" th:text="${illegalShipSailor.sailorNameCn}"></label>
|
<label class="col-sm-2 col-form-label col-form-label py-2 border-end border-secondary text-start" th:text="${illegalShipSailor.sailorNameCn}"></label>
|
||||||
<label class="col-sm-1 col-form-label col-form-label fw-bold bg-label py-2 border-end border-secondary text-center">생년월일</label>
|
<label class="col-sm-1 col-form-label col-form-label fw-bold bg-label py-2 border-end border-secondary text-center">생년월일</label>
|
||||||
<label class="col-sm-2 col-form-label col-form-label py-2 border-end border-secondary text-start" th:text="${illegalShipSailor.birthdate}"></label>
|
<label class="col-sm-2 col-form-label col-form-label py-2 border-end border-secondary text-start" th:text="${illegalShipSailor.birthdate}"></label>
|
||||||
<label class="col-sm-1 col-form-label col-form-label fw-bold bg-label py-2 text-center">구속여부</label>
|
<label class="col-sm-1 col-form-label col-form-label fw-bold bg-label py-2 border-end border-secondary text-center">구속여부</label>
|
||||||
<label class="col-sm-2 col-form-label col-form-label py-2 text-start">
|
<label class="col-sm-2 col-form-label col-form-label py-2 text-start">
|
||||||
<th:block th:text="${illegalShipSailor.detentionYn eq 'Y'?'구속':''}"></th:block>
|
<th:block th:text="${illegalShipSailor.isRestriction eq 'Y'?'구속':''}"></th:block>
|
||||||
<th:block th:text="${illegalShipSailor.detentionYn eq 'N'?'불구속':''}"></th:block>
|
<th:block th:text="${illegalShipSailor.isRestriction eq 'N'?'불구속':''}"></th:block>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="row border border-secondary border-top-0">
|
<div class="row border border-secondary border-top-0">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue