부과 관리 수정.

main
jjh 3 months ago
parent 452499e718
commit 66eae53cb0

@ -49,10 +49,12 @@
<div class="col-6">
<label class="form-label form-search-title w-px-120 text-end fw-bold">부과제외일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schLevyExclYmdFrom" data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<input type="text" class="form-control form-date" name="schLevyExclYmdFrom"
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schLevyExclYmdTo" data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<input type="text" class="form-control form-date" name="schLevyExclYmdTo"
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -133,11 +135,11 @@
</select>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schRegDateFrom"
data-fmt-type="day" title="시작 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schRegDateTo"
data-fmt-type="day" title="종료 날짜 선택">
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택">
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>

@ -49,10 +49,12 @@
<div class="col-6">
<label class="form-label form-search-title w-px-120 text-end fw-bold">접수일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schRcptYmdFrom" data-fmt-type="day" title="시작 날짜 선택" />
<input type="text" class="form-control form-date" name="schRcptYmdFrom"
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schRcptYmdTo" data-fmt-type="day" title="종료 날짜 선택" />
<input type="text" class="form-control form-date" name="schRcptYmdTo"
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -60,10 +62,12 @@
<div class="col-6">
<label class="form-label form-search-title w-px-120 text-end fw-bold">답변일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schAnsYmdFrom" data-fmt-type="day" title="시작 날짜 선택" />
<input type="text" class="form-control form-date" name="schAnsYmdFrom"
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schAnsYmdTo" data-fmt-type="day" title="종료 날짜 선택" />
<input type="text" class="form-control form-date" name="schAnsYmdTo"
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -87,11 +91,16 @@
</c:forEach>
</select>
</div>
<!-- 진술자명 -->
<div class="col-6">
<label is="name-label" class="form-label form-search-title w-px-120 text-end fw-bold" for="schSttrNm">진술자명</label>
<input is="id-input" type="text" class="form-control w-px-160" name="schSttrNm" />
</div>
<!-- 통보 구분 코드 -->
<div class="col-6">
<label is="name-label" class="form-label form-search-title w-px-120 text-end fw-bold" for="schNtfctnSeCd">통보구분</label>
<select is="id-select" class="form-select w-px-160" name="schNtfctnSeCd">
<option value="">전체</option>
<c:forEach items="${FIM030List}" var="item">
<option value="${item.code}">${item.value}</option>
</c:forEach>
</select>
</div>
<!-- 동적검색 -->
<div class="col-6">
<input type="hidden" name="by" />
@ -149,11 +158,11 @@
</select>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schRegDateFrom"
data-fmt-type="day" title="시작 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schRegDateTo"
data-fmt-type="day" title="종료 날짜 선택">
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택">
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>

@ -49,10 +49,12 @@
<div class="col-6">
<label class="form-label form-search-title w-px-120 text-end fw-bold">재등록일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schReRegYmdFrom" data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<input type="text" class="form-control form-date" name="schReRegYmdFrom"
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schReRegYmdTo" data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<input type="text" class="form-control form-date" name="schReRegYmdTo"
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -113,11 +115,11 @@
</select>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schRegDateFrom"
data-fmt-type="day" title="시작 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schRegDateTo"
data-fmt-type="day" title="종료 날짜 선택">
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택">
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>

@ -49,10 +49,12 @@
<div class="col-6">
<label class="form-label form-search-title w-px-120 text-end fw-bold">단속일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schCrdnYmdFrom" data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<input type="text" class="form-control form-date" name="schCrdnYmdFrom"
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schCrdnYmdTo" data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<input type="text" class="form-control form-date" name="schCrdnYmdTo"
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -97,11 +99,11 @@
<label class="form-label form-search-title w-px-120 text-end fw-bold">민원접수일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schCvlcptRcptYmdFrom"
data-fmt-type="day" title="시작 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schCvlcptRcptYmdTo"
data-fmt-type="day" title="종료 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -110,11 +112,11 @@
<label class="form-label form-search-title w-px-120 text-end fw-bold">민원처리일자</label>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schCvlcptPrcsCmptnDtFrom"
data-fmt-type="day" title="시작 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schCvlcptPrcsCmptnDtTo"
data-fmt-type="day" title="종료 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -136,11 +138,11 @@
</select>
<span class="form-search-linebox">
<input type="text" class="form-control form-date" name="schRegDateFrom"
data-fmt-type="day" title="시작 날짜 선택" />
data-fmt-type="day" autocomplete="off" title="시작 날짜 선택" />
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
~
<input type="text" class="form-control form-date" name="schRegDateTo"
data-fmt-type="day" title="종료 날짜 선택">
data-fmt-type="day" autocomplete="off" title="종료 날짜 선택">
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
</span>
</div>
@ -314,7 +316,7 @@
/**************************************************************************
* DatasetControl
**************************************************************************/
$P.ctrl= new DatasetControl({
$P.ctrl = new DatasetControl({
prefix: "rdctLevyTrgt"
, prefixName: "감경부과 대상"
, keymapper: info => info ? info.CRDN_ID : ""
@ -343,7 +345,7 @@
// datasetPaging
Apply.fromDataset.paging($P.ctrl.dataset, obj, $P.findn("dataPaging"), $P.findn("dataPagingInfo"));
};
}
// 현재 선택 자료 변경 이벤트
$P.ctrl.onCurrentChange = (item) => {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save