|
|
@ -20,25 +20,27 @@ Date Author Description
|
|
|
|
<fieldset class="frmSearch">
|
|
|
|
<fieldset class="frmSearch">
|
|
|
|
<legend>상세 검색</legend>
|
|
|
|
<legend>상세 검색</legend>
|
|
|
|
<ul class="detailGroup_02">
|
|
|
|
<ul class="detailGroup_02">
|
|
|
|
<li>
|
|
|
|
<li style="display: flex">
|
|
|
|
<span class="title"><label style="padding-right: 5px;">구분</label></span>
|
|
|
|
<%-- <span class="title">--%>
|
|
|
|
|
|
|
|
<%-- <label style="padding-right: 5px;">구분</label>--%>
|
|
|
|
|
|
|
|
<%-- </span>--%>
|
|
|
|
<code:select codeId="FIM001" id="sysCode" name="sysCode" title="시스템구분" cls="selectBox" alt="selectBox tag"/>
|
|
|
|
<code:select codeId="FIM001" id="sysCode" name="sysCode" title="시스템구분" cls="selectBox" alt="selectBox tag"/>
|
|
|
|
<code:select type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드" />
|
|
|
|
<code:select type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드" />
|
|
|
|
<!-- 데이타 확인 여부 : 차종분류코드가 있는지 여부로 판별 -->
|
|
|
|
<!-- 데이타 확인 여부 : 차종분류코드가 있는지 여부로 판별 -->
|
|
|
|
<select id="cnfmYn" name="cnfmYn" title="확인여부" class="selectBox">
|
|
|
|
<select id="cnfmYn" name="cnfmYn" title="확인여부" class="selectBox">
|
|
|
|
<option value="">전체</option>
|
|
|
|
<option value="">전체</option>
|
|
|
|
<option value="Y">확인</option>
|
|
|
|
<option value="Y">확인</option>
|
|
|
|
<option value="N">미확인</option>
|
|
|
|
<option value="N" selected>미확인</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<li style="display: flex">
|
|
|
|
<span class="title"><label style="padding-right: 26px;">조회일자 :</label></span>
|
|
|
|
<%-- <span class="title"><label style="padding-right: 10px;">조회일자</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="regltDe">단속일자</option>
|
|
|
|
<option value="regltDe">단속일자</option>
|
|
|
|
<option value="registDt">등록일자</option>
|
|
|
|
<option value="registDt">등록일자</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<li style="display: flex">
|
|
|
|
<span class="cal-box">
|
|
|
|
<span class="cal-box">
|
|
|
|
<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">
|
|
|
@ -52,8 +54,8 @@ Date Author Description
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
<li style="padding-bottom:10px; padding-left: 10px;">
|
|
|
|
<li style="display: flex; padding-bottom:10px; padding-left: 10px;">
|
|
|
|
<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="vhcleNo">차량번호</option>
|
|
|
|
<option value="vhcleNo">차량번호</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
@ -297,9 +299,6 @@ Date Author Description
|
|
|
|
columns: gridColumns,
|
|
|
|
columns: gridColumns,
|
|
|
|
columnOptions: {
|
|
|
|
columnOptions: {
|
|
|
|
frozenCount: 5
|
|
|
|
frozenCount: 5
|
|
|
|
},
|
|
|
|
|
|
|
|
pageOptions: {
|
|
|
|
|
|
|
|
perPage: 5
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|