|
|
@ -30,12 +30,12 @@
|
|
|
|
<div class="col-6">
|
|
|
|
<div class="col-6">
|
|
|
|
<span class="form-label fw-bold form-search-title w-px-120 text-end required">입력일자</span>
|
|
|
|
<span class="form-label fw-bold form-search-title w-px-120 text-end required">입력일자</span>
|
|
|
|
<span class="form-search-linebox">
|
|
|
|
<span class="form-search-linebox">
|
|
|
|
<input type="text" name="schInputDateFrom"
|
|
|
|
<input type="text" name="schInputYmdFrom"
|
|
|
|
class="form-control form-date" required
|
|
|
|
class="form-control form-date" required
|
|
|
|
data-fmt-type="day" title="시작 날짜 선택" />
|
|
|
|
data-fmt-type="day" title="시작 날짜 선택" />
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
~
|
|
|
|
~
|
|
|
|
<input type="text" name="schInputDateTo"
|
|
|
|
<input type="text" name="schInputYmdTo"
|
|
|
|
class="form-control form-date" required
|
|
|
|
class="form-control form-date" required
|
|
|
|
data-fmt-type="day" title="종료 날짜 선택">
|
|
|
|
data-fmt-type="day" title="종료 날짜 선택">
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
@ -166,8 +166,8 @@
|
|
|
|
searchForm.find("input[type='hidden']").val("");
|
|
|
|
searchForm.find("input[type='hidden']").val("");
|
|
|
|
searchForm.find("select").each(function(){ $(this).find("option:eq(0)").prop("selected", true); });
|
|
|
|
searchForm.find("select").each(function(){ $(this).find("option:eq(0)").prop("selected", true); });
|
|
|
|
|
|
|
|
|
|
|
|
$P.$findn("schInputDateFrom").datepicker('setDate', DateSupport.getAddDay(-7));
|
|
|
|
$P.$findn("schInputYmdFrom").datepicker('setDate', DateSupport.getAddDay(-7));
|
|
|
|
$P.$findn("schInputDateTo").datepicker('setDate', TODAY());
|
|
|
|
$P.$findn("schInputYmdTo").datepicker('setDate', TODAY());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 검색 버튼 이벤트
|
|
|
|
// 검색 버튼 이벤트
|
|
|
|