코로나 > 감염병 명칭 변경
parent
e2fe012034
commit
dea02a93eb
|
|
@ -174,7 +174,7 @@ function contentCheck(formId){
|
||||||
|
|
||||||
|
|
||||||
$(document).on('click', '#asfCovDownExcel', function (){
|
$(document).on('click', '#asfCovDownExcel', function (){
|
||||||
exportExcel('ASF 및 코로나19 관련 조치현황', 'asfCovTable');
|
exportExcel('감염병 관련 조치현황', 'asfCovTable');
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('click', '#caseNumBtn', function (){
|
$(document).on('click', '#caseNumBtn', function (){
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
<th rowspan="4">선명</th>
|
<th rowspan="4">선명</th>
|
||||||
<th colspan="3">관서</th>
|
<th colspan="3">관서</th>
|
||||||
<th colspan="3">전용부두 압송여부</th>
|
<th colspan="3">전용부두 압송여부</th>
|
||||||
<th rowspan="2" colspan="3">코로나19 검사결과</th>
|
<th rowspan="2" colspan="3">감염병 검사결과</th>
|
||||||
<th rowspan="4">검·방역조치 내용</th>
|
<th rowspan="4">검·방역조치 내용</th>
|
||||||
<th rowspan="4">최종수정일</th>
|
<th rowspan="4">최종수정일</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
|
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
|
||||||
<div class="modal-header bg-dark">
|
<div class="modal-header bg-dark">
|
||||||
<h5 class="modal-title text-white" id="asfCovEditModalLabel" th:text="${asfCov.asfCovKey eq null?'ASF 및 코로나19 관련 조치현황 작성':'ASF 및 코로나19 관련 조치현황 수정'}"></h5>
|
<h5 class="modal-title text-white" id="asfCovEditModalLabel" th:text="${asfCov.asfCovKey eq null?'감염병 관련 조치현황 작성':'감염병 관련 조치현황 수정'}"></h5>
|
||||||
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" id="asfCovEditModalContent">
|
<div class="modal-body" id="asfCovEditModalContent">
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personCnt" name="personCnt" min="0" value="0" th:value="${asfCov.personCnt}">
|
<input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personCnt" name="personCnt" min="0" value="0" th:value="${asfCov.personCnt}">
|
||||||
</div>
|
</div>
|
||||||
<label for="pressurizedN" class="col-sm-2 col-form-label col-form-label-sm text-center me-1">코로나19 검사결과</label>
|
<label for="pressurizedN" class="col-sm-2 col-form-label col-form-label-sm text-center me-1">감염병 검사결과</label>
|
||||||
<label for="personPositiveCnt" class="col-sm-1 col-form-label col-form-label-sm text-center">양성</label>
|
<label for="personPositiveCnt" class="col-sm-1 col-form-label col-form-label-sm text-center">양성</label>
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-1">
|
||||||
<input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personPositiveCnt" name="personPositiveCnt" min="0" value="0" th:value="${asfCov.personPositiveCnt}">
|
<input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personPositiveCnt" name="personPositiveCnt" min="0" value="0" th:value="${asfCov.personPositiveCnt}">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
|
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
|
||||||
<div class="modal-header bg-dark">
|
<div class="modal-header bg-dark">
|
||||||
<h5 class="modal-title text-white" id="asfCovEditModalLabel">ASF 및 코로나19 관련 조치현황 상세</h5>
|
<h5 class="modal-title text-white" id="asfCovEditModalLabel">감염병 관련 조치현황 상세</h5>
|
||||||
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue