|
|
|
@ -36,9 +36,7 @@ Date Author Description
|
|
|
|
|
<form id="frmSearch" name="frmSearch">
|
|
|
|
|
<div class="search">
|
|
|
|
|
<div class="detail_02" style="display: block;">
|
|
|
|
|
<%-- <p class="box_title">상세검색</p>--%>
|
|
|
|
|
<%-- <ul class="detailGroup_02">--%>
|
|
|
|
|
<select id="sch_date_opt" name="sch_date_opt" class="selectBox">
|
|
|
|
|
<select id="sch_date_opt" name="sch_date_opt" class="form-select-sm selectbox">
|
|
|
|
|
<option value="regltDe">단속일자</option>
|
|
|
|
|
<option value="registDt">등록일자</option>
|
|
|
|
|
</select>
|
|
|
|
@ -49,36 +47,36 @@ Date Author Description
|
|
|
|
|
<input id="sch_date_to" class="inputText cal" name="sch_date_to" type="text" title="종료 날짜 선택" placeholder="날짜를 선택하세요">
|
|
|
|
|
<button type="button" name="sch_date_to" class="bx bx-calendar bg-white"></button>
|
|
|
|
|
</span>
|
|
|
|
|
<code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" defaultSelect="01" title="단속처리상태" cls="selectBoxTotal act_color" alt="단속처리상태" disabled="false"/>
|
|
|
|
|
<code:select id="regltProcessSttusCode" name="regltProcessSttusCode"
|
|
|
|
|
codeId="FIM010" defaultSelect="01" title="단속처리상태" cls="form-select-sm selectBoxTotal" alt="단속처리상태" disabled="false"/>
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>시스템구분</legend>
|
|
|
|
|
<code:radio codeId="FIM001" id="sysCode" name="sysCode" defaultSelect='${sessionScope.XitLoginSession.orgnztId}' onclick="fnBiz.search()" cls="radioBox" alt="시스템구분"/>
|
|
|
|
|
<code:radio codeId="FIM001" id="sysCode" name="sysCode" defaultSelect='${sessionScope.XitLoginSession.orgnztId}'
|
|
|
|
|
onclick="fnBiz.search()" cls="form-check-input" alt="시스템구분"/>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset id="fldRegltSeCode">
|
|
|
|
|
<legend>단속구분</legend>
|
|
|
|
|
<code:radio type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" onclick="fnBiz.search()" cls="radioBox" alt="단속구분" />
|
|
|
|
|
<code:radio type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002"
|
|
|
|
|
onclick="fnBiz.search()" cls="form-check-input" alt="단속구분" />
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset id="ansDiv">
|
|
|
|
|
<legend>단속구분</legend>
|
|
|
|
|
<input type="radio" id="ctznAnsY" name="ctznAnsYn" value="Y" onclick="fnBiz.search()" checked="true"/>
|
|
|
|
|
<input type="radio" id="ctznAnsY" name="ctznAnsYn" class="form-check-input"
|
|
|
|
|
value="Y" onclick="fnBiz.search()" checked="true" />
|
|
|
|
|
<label for="ctznAnsY">답변가능</label>
|
|
|
|
|
<input type="radio" id="ctznAnsN" name="ctznAnsYn" value="N" onclick="fnBiz.search()"/>
|
|
|
|
|
<input type="radio" id="ctznAnsN" name="ctznAnsYn" class="form-check-input"
|
|
|
|
|
value="N" onclick="fnBiz.search()"/>
|
|
|
|
|
<label for="ctznAnsY">답변대기</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<br/>
|
|
|
|
|
<select id="sch_opt" name="sch_opt" class="selectBox">
|
|
|
|
|
<select id="sch_opt" name="sch_opt" class="form-select-sm selectBox">
|
|
|
|
|
<option value="vhcleNo">차량번호</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input type="text" id="sch_word" name="sch_word" value="">
|
|
|
|
|
|
|
|
|
|
<%-- <div class="popup_btn">--%>
|
|
|
|
|
<input type="text" id="sch_word" name="sch_word" value="" />
|
|
|
|
|
<span class="flr">
|
|
|
|
|
<button type="button" class="btn blue" id="btnSearch" title="검색">검색</button>
|
|
|
|
|
<a href="#" class="btn darkgray" id="btnExtrRegist" title="연계파일등록">연계파일처리</a>
|
|
|
|
|
<button type="button" class="btn darkgray" id="btnExtrRegist" title="연계파일등록">연계파일처리</button>
|
|
|
|
|
</span>
|
|
|
|
|
<%-- </div>--%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|