|
|
|
|
@ -6,19 +6,11 @@
|
|
|
|
|
<div class="card wrapper-list">
|
|
|
|
|
|
|
|
|
|
<div class="container-page-btn">
|
|
|
|
|
<button type="button" name="btnReset" class="btn btn-outline-dark w-px-120" title="초기화">
|
|
|
|
|
초기화
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" name="btnReset" class="btn btn-outline-dark w-px-120" title="초기화">초기화</button>
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<button type="button" name="btnSearch" class="btn btn-search w-px-120" title="검색">
|
|
|
|
|
검색
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" name="btnExcel" class="btn btn-excel w-px-120" title="엑셀 저장">
|
|
|
|
|
엑셀
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" name="btnExcelForApproval" class="btn btn-excel w-px-120" title="엑셀 저장">
|
|
|
|
|
엑셀(사진 포함)
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" name="btnSearch" class="btn btn-search w-px-120" title="검색">검색</button>
|
|
|
|
|
<button type="button" name="btnExcel" class="btn btn-excel w-px-120" title="엑셀 저장">엑셀</button>
|
|
|
|
|
<button type="button" name="btnExcelForApproval" class="btn btn-excel w-px-120" title="엑셀 저장">엑셀(사진 포함)</button>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@ -29,30 +21,26 @@
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<span class="form-label fw-bold form-search-title w-px-120 text-end">단속일자</span>
|
|
|
|
|
<span class="form-search-linebox">
|
|
|
|
|
<input type="text" name="schCrdnYmdFrom"
|
|
|
|
|
class="form-control form-date"
|
|
|
|
|
data-fmt-type="day" title="시작 날짜 선택" />
|
|
|
|
|
<input type="text" name="schCrdnYmdFrom" class="form-control form-date" data-fmt-type="day" title="시작 날짜 선택" />
|
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
|
~
|
|
|
|
|
<input type="text" name="schCrdnYmdTo"
|
|
|
|
|
class="form-control form-date"
|
|
|
|
|
data-fmt-type="day" title="종료 날짜 선택">
|
|
|
|
|
<input type="text" name="schCrdnYmdTo" class="form-control form-date" data-fmt-type="day" title="종료 날짜 선택">
|
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label is="name-label" for="crdnInptSeCd" class="form-label fw-bold form-search-title w-px-120 text-end">자료출처</label>
|
|
|
|
|
<select is="id-select" name="crdnInptSeCd" class="form-select">
|
|
|
|
|
<label is="name-label" for="vhrno" class="form-label fw-bold form-search-title w-px-120 text-end">차량번호</label>
|
|
|
|
|
<input type="text" is="id-input" name="vhrno" class="form-control" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label is="name-label" for="crdnSttsCd" class="form-label fw-bold form-search-title w-px-120 text-end">자료상태</label>
|
|
|
|
|
<select is="id-select" name="crdnSttsCd" class="form-select">
|
|
|
|
|
<option value="">전체</option>
|
|
|
|
|
<c:forEach items="${FIM003List}" var="item">
|
|
|
|
|
<c:forEach items="${FIM010List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label is="name-label" for="vhrno" class="form-label fw-bold form-search-title w-px-120 text-end">차량번호</label>
|
|
|
|
|
<input type="text" is="id-input" name="vhrno" class="form-control" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<input type="hidden" name="by" />
|
|
|
|
|
<input type="text" class="form-control fw-bold w-px-120 text-end" name="byOutput" value="동적 검색" readonly />
|
|
|
|
|
@ -88,15 +76,15 @@
|
|
|
|
|
</slot>
|
|
|
|
|
</template>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label is="name-label" for="crdnSttsCd" class="form-label fw-bold form-search-title w-px-120 text-end">자료상태</label>
|
|
|
|
|
<select is="id-select" name="crdnSttsCd" class="form-select">
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<label is="name-label" for="crdnInptSeCd" class="form-label fw-bold form-search-title w-px-120 text-end">자료출처</label>
|
|
|
|
|
<select is="id-select" name="crdnInptSeCd" class="form-select">
|
|
|
|
|
<option value="">전체</option>
|
|
|
|
|
<c:forEach items="${FIM010List}" var="item">
|
|
|
|
|
<c:forEach items="${FIM003List}" var="item">
|
|
|
|
|
<option value="${item.code}">${item.value}</option>
|
|
|
|
|
</c:forEach>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div slot="search" name="searchForNxrp" class="col-6 if-empty-col0">
|
|
|
|
|
<template class="rvs pvs bpv">
|
|
|
|
|
<slot>
|
|
|
|
|
|