|
|
|
@ -142,8 +142,8 @@
|
|
|
|
|
<div id="table-responsive--${pageName}" class="table-responsive"
|
|
|
|
|
style="overflow-x: scroll;height:500px;overflow-y: scroll;">
|
|
|
|
|
<table id="DataTables_Table_0--${pageName}"
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead>
|
|
|
|
|
class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
<thead class="sticky-thead bg-light">
|
|
|
|
|
<tr id="crdnThead--${pageName}"
|
|
|
|
|
data-by="by--${pageName}" data-by-output="byOutput--${pageName}"
|
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
@ -153,30 +153,32 @@
|
|
|
|
|
</tbody>
|
|
|
|
|
|
|
|
|
|
<template id="crdnCols--${pageName}">
|
|
|
|
|
<th style="min-width: 80px;" class="cmn">No.</th>
|
|
|
|
|
<th style="width: 80px;" class="cmn">No.</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_INPT_SE_CD',this.innerText,'codeValue','FIM003');"
|
|
|
|
|
style="min-width: 80px;" class="pvs bpv dpv eca">자료출처</th>
|
|
|
|
|
style="width: 100px;" class="pvs bpv dpv eca">자료출처</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('VHRNO',this.innerText,'match','part');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">차량번호</th>
|
|
|
|
|
style="width: 100px;" class="cmn">차량번호</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_YMD','위반일자','match','perfect');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">위반일시</th>
|
|
|
|
|
style="width: 100px;" class="cmn">위반일시</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_PLC',this.innerText,'match','part');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">위반장소</th>
|
|
|
|
|
<th style="min-width: 80px;" class="cmn">체납액</th>
|
|
|
|
|
style="width: 250px;" class="cmn">위반장소</th>
|
|
|
|
|
<th
|
|
|
|
|
style="width: 100px;" class="cmn">체납액</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('ATCH_FILE_CNT',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">사진건수</th>
|
|
|
|
|
style="width: 100px;" class="cmn">사진건수</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_SN',this.innerText,'match','perfect');"
|
|
|
|
|
style="min-width: 80px;" class="pvs dpv eca">스티커번호</th>
|
|
|
|
|
style="width: 120px;" class="pvs dpv eca">스티커번호</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('PARKNG_PSBLTY_RSLT_CD',this.innerText,'codeValue','FIM034');"
|
|
|
|
|
style="min-width: 80px;" class="dpv">장애차량확인</th>
|
|
|
|
|
style="width: 140px;" class="dpv">장애차량확인</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('CRDN_STTS_CD',this.innerText,'codeValue','FIM010');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">처리상태</th>
|
|
|
|
|
style="width: 100px;" class="cmn">처리상태</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('LEVY_EXCL_RSN_CD',this.innerText,'codeValue','FIM022');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">제외사유</th>
|
|
|
|
|
style="width: 250px;" class="cmn">제외사유</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('LEVY_EXCL_YMD',this.innerText,'ymd','');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">제외처리일자</th>
|
|
|
|
|
style="width: 140px;" class="cmn">제외처리일자</th>
|
|
|
|
|
<th onclick="searchFromGridTitle('LEVY_EXCL_ETC_CN',this.innerText,'match','part');"
|
|
|
|
|
style="min-width: 80px;" class="cmn">제외내역</th>
|
|
|
|
|
style="width: 100px;" class="cmn">제외내역</th>
|
|
|
|
|
<th class="cmn dummy-th"></th>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="crdnRow--${pageName}">
|
|
|
|
|
<tr data-key="{CRDN_ID}">
|
|
|
|
@ -193,6 +195,7 @@
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center cmn">{LEVY_EXCL_RSN_CD}</td>
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center cmn">{LEVY_EXCL_YMD}</td>
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center cmn">{LEVY_EXCL_ETC_CN}</td>
|
|
|
|
|
<td class="dummy-td cmn"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="crdnNotFound--${pageName}">
|
|
|
|
@ -200,16 +203,16 @@
|
|
|
|
|
<td valign="top" colspan="14" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="eca">
|
|
|
|
|
<td valign="top" colspan="14" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="13" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="pvs">
|
|
|
|
|
<td valign="top" colspan="14" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="13" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="bpv">
|
|
|
|
|
<td valign="top" colspan="14" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="12" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="tpv">
|
|
|
|
|
<td valign="top" colspan="14" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="11" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -478,6 +481,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
|
|
|
|
|
|
$("#DataTables_Table_0--${pageName}").find("th").resizable({handles : "e"});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|