|
|
@ -14,8 +14,8 @@
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<span class="title"><label style="padding-right: 26px;">조회일자 :</label></span>
|
|
|
|
<span class="title"><label style="padding-right: 26px;">조회일자 :</label></span>
|
|
|
|
<select id="sch_date_opt" name="sch_date_opt" class="selectBox">
|
|
|
|
<select id="sch_date_opt" name="sch_date_opt" class="selectBox">
|
|
|
|
<option value="1">단속일자</option>
|
|
|
|
<option value="regltDe">단속일자</option>
|
|
|
|
<option value="2">등록일자</option>
|
|
|
|
<option value="registDt">등록일자</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- tag lib sample -->
|
|
|
|
<!-- tag lib sample -->
|
|
|
@ -27,13 +27,13 @@
|
|
|
|
<input id="sch_date_from" class="inputText cal" name="sch_date_from" type="text" title="시작 날짜 선택">
|
|
|
|
<input id="sch_date_from" class="inputText cal" name="sch_date_from" type="text" title="시작 날짜 선택">
|
|
|
|
<button type="button" name="sch_date_from" class="calendar"><span class="ico far fa-calendar-alt">
|
|
|
|
<button type="button" name="sch_date_from" class="calendar"><span class="ico far fa-calendar-alt">
|
|
|
|
<%-- <img style="width:18px;" src="${ctx }/resources/ens/content/images/common/main/calendar.png"/><em>달력</em></span> --%>
|
|
|
|
<%-- <img style="width:18px;" src="${ctx }/resources/ens/content/images/common/main/calendar.png"/><em>달력</em></span> --%>
|
|
|
|
<img style="width:18px;" src="${ctx }/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
|
|
|
|
<img style="width:18px;" src="${ctx}/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
~
|
|
|
|
~
|
|
|
|
<input id="sch_date_to" class="inputText cal" name="sch_date_to" type="text" title="종료 날짜 선택" placeholder="날짜를 선택하세요">
|
|
|
|
<input id="sch_date_to" class="inputText cal" name="sch_date_to" type="text" title="종료 날짜 선택" placeholder="날짜를 선택하세요">
|
|
|
|
<button type="button" name="sch_date_to" class="calendar"><span class="ico far fa-calendar-alt">
|
|
|
|
<button type="button" name="sch_date_to" class="calendar"><span class="ico far fa-calendar-alt">
|
|
|
|
<%-- <img style="width:18px;" src="${ctx }/resources/ens/content/images/common/main/calendar.png"/><em>달력</em></span> --%>
|
|
|
|
<%-- <img style="width:18px;" src="${ctx }/resources/ens/content/images/common/main/calendar.png"/><em>달력</em></span> --%>
|
|
|
|
<img style="width:18px;" src="${ctx }/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
|
|
|
|
<img style="width:18px;" src="${ctx}/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
<li style="padding-bottom:10px; padding-left: 40px;">
|
|
|
|
<li style="padding-bottom:10px; padding-left: 40px;">
|
|
|
|
<span class="title">상태 : </span>
|
|
|
|
<span class="title">상태 : </span>
|
|
|
|
<select id="sch_opt" name="sch_opt" class="selectBox">
|
|
|
|
<select id="sch_opt" name="sch_opt" class="selectBox">
|
|
|
|
<option value="1">차량번호</option>
|
|
|
|
<option value="vhcleNo">차량번호</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<input type="text" id="sch_word" name="sch_word" value="">
|
|
|
|
<input type="text" id="sch_word" name="sch_word" value="">
|
|
|
@ -212,11 +212,19 @@
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
const gridDatasource = {
|
|
|
|
const gridDatasource = {
|
|
|
|
initialRequest: false, // 화면 load시 조회 안함 - default
|
|
|
|
initialRequest: true, // 화면 load시 조회 안함 - default
|
|
|
|
api: {
|
|
|
|
api: {
|
|
|
|
readData: {
|
|
|
|
readData: {
|
|
|
|
url: '<c:url value="/fims/biz/rt/findRt0200List.do"/>'
|
|
|
|
url: '<c:url value="/fims/biz/rt/findRtReglts.do"/>'
|
|
|
|
,serializer: (params) => fnAddPageInfo(document.frmSearch, params)
|
|
|
|
,serializer: (params) => {
|
|
|
|
|
|
|
|
const param = {
|
|
|
|
|
|
|
|
sch_date_opt: $('#sch_date_opt').val()
|
|
|
|
|
|
|
|
,sch_date_from: $('#sch_date_from').val()
|
|
|
|
|
|
|
|
,sch_date_to: $('#sch_date_to').val()
|
|
|
|
|
|
|
|
,[$('#sch_opt').val()]: $('#sch_word').val()
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return getPageParam(param, params);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|