|
|
|
@ -14,33 +14,35 @@ Date Author Description
|
|
|
|
|
<%@ include file="/WEB-INF/jsp/framework/taglibs.jsp" %>
|
|
|
|
|
|
|
|
|
|
<form id="frmSearch" name="frmSearch">
|
|
|
|
|
|
|
|
|
|
<div class="search">
|
|
|
|
|
<div class="detail_02" style="display: block;">
|
|
|
|
|
<fieldset class="frmSearch">
|
|
|
|
|
<legend>상세 검색</legend>
|
|
|
|
|
<ul class="detailGroup_02">
|
|
|
|
|
<li style="display: flex">
|
|
|
|
|
<%-- <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 type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" title="단속구분코드" cls="selectBoxTotal" alt="단속구분코드" />
|
|
|
|
|
|
|
|
|
|
<label class="title">시스템구분</label>
|
|
|
|
|
<code:radio codeId="FIM001" id="sysCode" name="sysCode" defaultSelect="BPV" onclick="fnTab0Biz.search()" cls="radioBox" alt="시스템구분"/>
|
|
|
|
|
<br/>
|
|
|
|
|
<label class="title">단속구분</label>
|
|
|
|
|
<code:radio type="CMM_ETC2" id="regltSeCode" name="regltSeCode" codeId="FIM002" onclick="fnTab0Biz.search()" cls="radioBox" alt="단속구분" />
|
|
|
|
|
|
|
|
|
|
<!-- 데이타 확인 여부 : 차종분류코드가 있는지 여부로 판별 -->
|
|
|
|
|
<!--
|
|
|
|
|
<select id="cnfmYn" name="cnfmYn" title="확인여부" class="selectBox">
|
|
|
|
|
<option value="">전체</option>
|
|
|
|
|
<option value="Y">확인</option>
|
|
|
|
|
<option value="N" selected>미확인</option>
|
|
|
|
|
</select>
|
|
|
|
|
</li>
|
|
|
|
|
<li style="display: flex">
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%-- <span class="title"><label style="padding-right: 10px;">조회일자</label></span>--%>
|
|
|
|
|
<br/>
|
|
|
|
|
<select id="sch_date_opt" name="sch_date_opt" class="selectBox">
|
|
|
|
|
<option value="regltDe">단속일자</option>
|
|
|
|
|
<option value="registDt">등록일자</option>
|
|
|
|
|
</select>
|
|
|
|
|
</li>
|
|
|
|
|
<li style="display: flex">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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="calendar"><span class="ico far fa-calendar-alt">
|
|
|
|
@ -52,23 +54,19 @@ Date Author Description
|
|
|
|
|
<img style="width:18px;" src="${ctx}/resources/biz/content/images/common/main/calendar.png"/><em>달력</em></span>
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li style="display: flex; padding-bottom:10px; padding-left: 10px;">
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
<%-- <span class="title">상태 : </span>--%>
|
|
|
|
|
<select id="sch_opt" name="sch_opt" class="selectBox">
|
|
|
|
|
<option value="vhcleNo">차량번호</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input type="text" id="sch_word" name="sch_word" value="">
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<span class="flr">
|
|
|
|
|
<a href="#" class="btn blue" id="btnSearch" title="연계파일등록">검색</a>
|
|
|
|
|
<!-- <button type="button" class="btnSearch" id="btnSearch" name="btnSearch">검색</button>-->
|
|
|
|
|
<a href="#" class="btn darkgray" id="btnRegist" title="연계파일등록">연계파일처리</a>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -177,6 +175,8 @@ Date Author Description
|
|
|
|
|
* event
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$(() => {
|
|
|
|
|
$('in').change(() => fnTab0Biz.search());
|
|
|
|
|
|
|
|
|
|
$('#btnSearch').on('click', () => fnTab0Biz.search());
|
|
|
|
|
|
|
|
|
|
$('#btnRegist').on('click', () => {
|
|
|
|
@ -443,8 +443,8 @@ Date Author Description
|
|
|
|
|
,sch_date_from: $('#sch_date_from').val()
|
|
|
|
|
,sch_date_to: $('#sch_date_to').val()
|
|
|
|
|
,[$('#sch_opt').val()]: $('#sch_word').val()
|
|
|
|
|
,sysCode: $('#sysCode').val()
|
|
|
|
|
,regltSeCode: $('#regltSeCode').val()
|
|
|
|
|
,sysCode: $('input:radio[name=sysCode]:checked').val()
|
|
|
|
|
,regltSeCode: $('input:radio[name=regltSeCode]:checked').val()
|
|
|
|
|
//,cnfmYn: $('input[name=regltYn]:checked').val()
|
|
|
|
|
,cnfmYn: $('#cnfmYn').val()
|
|
|
|
|
}
|
|
|
|
|