|
|
|
@ -103,6 +103,8 @@
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<input type="hidden" id="by--${pageName}" name="by" />
|
|
|
|
|
<input type="text" id="byOutput--${pageName}" class="form-control" readonly value="동적 검색" />
|
|
|
|
|
<input type="hidden" id="mainOption--${pageName}" name="mainOption" />
|
|
|
|
|
<input type="hidden" id="subOption--${pageName}" name="subOption" />
|
|
|
|
|
<input type="text" id="term--${pageName}" name="term" class="form-control" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
@ -165,20 +167,30 @@
|
|
|
|
|
<table id="photoInspection_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
|
<th style="min-width: 80px;">No.</th>
|
|
|
|
|
<th style="min-width: 160px;">단속일시</th>
|
|
|
|
|
<th style="min-width: 80px;">차량번호</th>
|
|
|
|
|
<th style="min-width: 80px;">위반건수</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_YMD','단속일자','ymd','');"
|
|
|
|
|
style="min-width: 160px;">단속일시</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
|
|
|
|
|
style="min-width: 80px;">차량번호</th>
|
|
|
|
|
<th style="min-width: 80px;" class="text-orange">위반건수</th>
|
|
|
|
|
<th style="min-width: 80px;" class="text-orange">검사결과</th>
|
|
|
|
|
<th style="min-width: 250px;" class="text-orange">처리방법</th>
|
|
|
|
|
<th style="min-width: 80px;">위반동</th>
|
|
|
|
|
<th style="min-width: 300px;">위반장소</th>
|
|
|
|
|
<th style="min-width: 80px;">사진매수</th>
|
|
|
|
|
<th style="min-width: 80px;">처리상태</th>
|
|
|
|
|
<th style="min-width: 80px;">원금액</th>
|
|
|
|
|
<th style="min-width: 80px;">감경금액</th>
|
|
|
|
|
<th style="min-width: 80px;">자료출처</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">위반동</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');"
|
|
|
|
|
style="min-width: 300px;">위반장소</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('ATCH_FILE_CNT',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">사진매수</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');"
|
|
|
|
|
style="min-width: 80px;">처리상태</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('FFNLG_AMT',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">원금액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('UNKNOWN',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">감경금액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');"
|
|
|
|
|
style="min-width: 80px;">자료출처</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="photoInspectionTbody--${pageName}"></tbody>
|
|
|
|
@ -233,10 +245,14 @@
|
|
|
|
|
<table id="sameVehicleInspectionMain_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>차량번호</th>
|
|
|
|
|
<th>단속동</th>
|
|
|
|
|
<th>단속건수</th>
|
|
|
|
|
<tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
|
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
|
|
|
|
|
>차량번호</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
|
|
|
|
|
>단속동</th>
|
|
|
|
|
<th class="text-orange"
|
|
|
|
|
>단속건수</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="sameVehicleInspectionMainTbody--${pageName}"></tbody>
|
|
|
|
@ -264,16 +280,26 @@
|
|
|
|
|
<table id="sameVehicleInspectionSub_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>단속일시</th>
|
|
|
|
|
<th>자료출처</th>
|
|
|
|
|
<th>단속조</th>
|
|
|
|
|
<th>차량번호</th>
|
|
|
|
|
<th>단속동</th>
|
|
|
|
|
<th>단속장소</th>
|
|
|
|
|
<th>처리상태</th>
|
|
|
|
|
<th>금액</th>
|
|
|
|
|
<th>성명</th>
|
|
|
|
|
<tr data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_YMD','단속일자','ymd','');"
|
|
|
|
|
>단속일시</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');"
|
|
|
|
|
>자료출처</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('TEAM_NM',this.innerText,'match','perfect');"
|
|
|
|
|
>단속조</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
|
|
|
|
|
>차량번호</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
|
|
|
|
|
>단속동</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');"
|
|
|
|
|
>단속장소</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');"
|
|
|
|
|
>처리상태</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('FFNLG_AMT',this.innerText,'match','perfect');"
|
|
|
|
|
>금액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('RTPYR_NM',this.innerText,'match','part');"
|
|
|
|
|
>성명</th>
|
|
|
|
|
<th class="privacy">주민번호(전체)</th>
|
|
|
|
|
<th class="privacy-mask">주민번호(마스크)</th>
|
|
|
|
|
</tr>
|
|
|
|
|