fix : 조회조건 디자인 수정

main
이범준 2 years ago
parent 0f268018ce
commit 50c2f231a0

@ -34,33 +34,34 @@ Date Author Description
<!-- tab 공통 -->
<form id="frmSearch" name="frmSearch">
<div class="search">
<div class="detail_02" style="display: block;">
<select id="sch_date_opt" name="sch_date_opt" class="form-select-sm selectbox">
<option value="regltDe">단속일자</option>
<option value="registDt">등록일자</option>
</select>
<span class="cal-box">
<input id="sch_date_from" class="inputText cal" name="sch_date_from" type="text" title="시작 날짜 선택">
<button type="button" name="sch_date_from" class="bx bx-calendar bg-white"></button>
~
<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="form-select-sm selectBoxTotal" alt="단속처리상태" disabled="false"/>
<br/>
<div>
<div class="container search">
<div class="row detail_02">
<div class="col-12">
<select id="sch_date_opt" name="sch_date_opt" class="form-select-sm selectbox">
<option value="regltDe">단속일자</option>
<option value="registDt">등록일자</option>
</select>
<span class="cal-box">
<input id="sch_date_from" class="inputText cal" name="sch_date_from" type="text" title="시작 날짜 선택">
<button type="button" name="sch_date_from" class="bx bx-calendar bg-white"></button>
~
<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="form-select-sm selectBoxTotal" alt="단속처리상태" disabled="false"/>
</div>
<div class="col-12">
<label class="form-label fw-bold">시스템구분</label>
<code:radio codeId="FIM001" id="sysCode" name="sysCode" defaultSelect='${sessionScope.XitLoginSession.orgnztId}'
onclick="fnBiz.search()" cls="form-check-input" alt="시스템구분"/>
</div>
<div id="fldRegltSeCode">
<div id="fldRegltSeCode" class="col-12">
<label class="form-label fw-bold">단속구분</label>
<code:radio type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002"
onclick="fnBiz.search()" cls="form-check-input" alt="단속구분" />
</div>
<div id="ansDiv">
<div id="ansDiv" class="col-12">
<label class="form-label fw-bold">답변구분</label>
<input type="radio" id="ctznAnsY" name="ctznAnsYn" class="form-check-input"
value="Y" onclick="fnBiz.search()" checked="true" />
@ -70,15 +71,16 @@ Date Author Description
<label for="ctznAnsY">답변대기</label>
</div>
<br/>
<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="" />
<span class="flr">
<button type="button" class="btn blue" id="btnSearch" title="검색">검색</button>
<button type="button" class="btn darkgray" id="btnExtrRegist" title="연계파일등록">연계파일처리</button>
</span>
<div class="col-12">
<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="" />
<span class="flr">
<button type="button" class="btn blue" id="btnSearch" title="검색">검색</button>
<button type="button" class="btn darkgray" id="btnExtrRegist" title="연계파일등록">연계파일처리</button>
</span>
</div>
</div>
</div>
</form>

Loading…
Cancel
Save