|
|
|
@ -167,32 +167,33 @@
|
|
|
|
|
<div id="photoInspection-responsive--${pageName}" class="table-responsive"
|
|
|
|
|
style="overflow-x: scroll;height:200px;overflow-y: scroll;">
|
|
|
|
|
<table id="photoInspection_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<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="width: 80px;">No.</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_YMD','단속일자','ymd','');"
|
|
|
|
|
style="min-width: 160px;">단속일시</th>
|
|
|
|
|
style="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>
|
|
|
|
|
style="width: 120px;">차량번호</th>
|
|
|
|
|
<th style="width: 100px;" class="text-orange">위반건수</th>
|
|
|
|
|
<th style="width: 100px;" class="text-orange">검사결과</th>
|
|
|
|
|
<th style="width: 250px;" class="text-orange">처리방법</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">위반동</th>
|
|
|
|
|
style="width: 100px;">위반동</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');"
|
|
|
|
|
style="min-width: 300px;">위반장소</th>
|
|
|
|
|
style="width: 300px;">위반장소</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('ATCH_FILE_CNT',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">사진매수</th>
|
|
|
|
|
style="width: 100px;">사진매수</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');"
|
|
|
|
|
style="min-width: 80px;">처리상태</th>
|
|
|
|
|
style="width: 100px;">처리상태</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('FFNLG_CRDN_AMT',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">원금액</th>
|
|
|
|
|
style="width: 100px;">원금액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('UNKNOWN',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;">감경금액</th>
|
|
|
|
|
style="width: 100px;">감경금액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');"
|
|
|
|
|
style="min-width: 80px;">자료출처</th>
|
|
|
|
|
style="width: 100px;">자료출처</th>
|
|
|
|
|
<th class="dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="photoInspectionTbody--${pageName}"></tbody>
|
|
|
|
@ -212,11 +213,12 @@
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_CRDN_AMT}</td>
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{unknown}</td>
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_INPT_SE_CD}</td>
|
|
|
|
|
<td class="dummy-td"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="photoInspectionNotFound--${pageName}">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="13" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="14" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -239,22 +241,23 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="area-samevehicleinspection">
|
|
|
|
|
<div class="area-samevehicleinspection" style="min-width:1400px;display:flex;justify-content: space-evenly;">
|
|
|
|
|
<div class="card-datatable text-nowrap" style="display: inline-flex;">
|
|
|
|
|
<div id="sameVehicleInspectionMain_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div id="sameVehicleInspectionMain-responsive--${pageName}" class="table-responsive"
|
|
|
|
|
style="overflow-x: scroll;height:400px;width:310px;overflow-y: scroll;">
|
|
|
|
|
style="overflow-x: scroll;height:400px;width:350px;overflow-y: scroll;">
|
|
|
|
|
<table id="sameVehicleInspectionMain_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<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>
|
|
|
|
|
style="width:120px">차량번호</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
|
|
|
|
|
>단속동</th>
|
|
|
|
|
style="width:100px">단속동</th>
|
|
|
|
|
<th class="text-orange"
|
|
|
|
|
>단속건수</th>
|
|
|
|
|
style="width:100px">단속건수</th>
|
|
|
|
|
<th class="dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="sameVehicleInspectionMainTbody--${pageName}"></tbody>
|
|
|
|
@ -263,11 +266,12 @@
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{VHRNO}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{CRDN_STDG_NM}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{CRDN_CNT}</td>
|
|
|
|
|
<td class="dummy-td"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="sameVehicleInspectionMainNotFound--${pageName}">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="3" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="4" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -280,30 +284,33 @@
|
|
|
|
|
<div id="sameVehicleInspectionSub-responsive--${pageName}" class="table-responsive"
|
|
|
|
|
style="overflow-x: scroll;height:400px;width:1000px;overflow-y: scroll;">
|
|
|
|
|
<table id="sameVehicleInspectionSub_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
<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>
|
|
|
|
|
style="width:180px">단속일시</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');"
|
|
|
|
|
>자료출처</th>
|
|
|
|
|
style="width:120px">자료출처</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('TEAM_NM',this.innerText,'match','perfect');"
|
|
|
|
|
>단속조</th>
|
|
|
|
|
style="width:120px">단속조</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
|
|
|
|
|
>차량번호</th>
|
|
|
|
|
style="width:120px">차량번호</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STDG_NM',this.innerText,'match','perfect');"
|
|
|
|
|
>단속동</th>
|
|
|
|
|
style="width:120px">단속동</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');"
|
|
|
|
|
>단속장소</th>
|
|
|
|
|
style="width:120px">단속장소</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');"
|
|
|
|
|
>처리상태</th>
|
|
|
|
|
style="width:120px">처리상태</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('FFNLG_CRDN_AMT',this.innerText,'match','perfect');"
|
|
|
|
|
>금액</th>
|
|
|
|
|
style="width:120px">금액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('RTPYR_NM',this.innerText,'match','part');"
|
|
|
|
|
>성명</th>
|
|
|
|
|
<th class="privacy">주민번호(전체)</th>
|
|
|
|
|
<th class="privacy-mask">주민번호(마스크)</th>
|
|
|
|
|
style="width:120px">성명</th>
|
|
|
|
|
<th class="privacy"
|
|
|
|
|
style="width:160px">주민번호(전체)</th>
|
|
|
|
|
<th class="privacy-mask"
|
|
|
|
|
style="width:160px">주민번호(마스크)</th>
|
|
|
|
|
<th class="dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="sameVehicleInspectionSubTbody--${pageName}"></tbody>
|
|
|
|
@ -321,6 +328,7 @@
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{RTPYR_NM}</td>
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center privacy">{RTPYR_NO}</td>
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center privacy-mask">************</td>
|
|
|
|
|
<td class="dummy-td"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="sameVehicleInspectionSubNotFound--${pageName}">
|
|
|
|
@ -955,7 +963,10 @@ $(document).ready(function(){
|
|
|
|
|
//스크롤 이벤트 추가(동일차량검사)
|
|
|
|
|
$("#photoInspection-responsive--${pageName}").scroll(function(){ $P.scrollEnd(this); });
|
|
|
|
|
$("#sameVehicleInspectionMain-responsive--${pageName}").scroll(function(){ $P.scrollEnd(this); });
|
|
|
|
|
|
|
|
|
|
$("#photoInspection_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
$("#sameVehicleInspectionMain_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
$("#sameVehicleInspectionSub_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* 초기화
|
|
|
|
|
**************************************************************************/
|
|
|
|
@ -968,7 +979,6 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
//보안모드
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked"));
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|