|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<!-- inner page html -->
|
|
|
|
|
<div class="content-wrapper">
|
|
|
|
|
<div class="container-xxl flex-grow-1 px-0">
|
|
|
|
|
<c:set var="prefixName" scope="request">단속 자료 검사</c:set>
|
|
|
|
|
<c:set var="pageKorName" scope="request">단속 자료 검사</c:set>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="wrapper-list">
|
|
|
|
|
<div>
|
|
|
|
@ -202,7 +202,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<template id="photoInspectionNotFound--${pageName}">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="13" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="13" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -249,7 +249,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<template id="sameVehicleInspectionMainNotFound--${pageName}">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="3" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="3" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -297,7 +297,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<template id="sameVehicleInspectionSubNotFound--${pageName}">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="11" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="11" class="dataTables_empty text-center">단속 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -336,7 +336,7 @@ $(document).ready(function(){
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
//단속사진검사 datasetControl 인스턴스
|
|
|
|
|
$P.photoInspectionControl = new DatasetControl({
|
|
|
|
|
prefix:"photoInspection", prefixName:"종합", infoSize:"xl", urls : { load : "", getInfo : "" },
|
|
|
|
|
urls : { load : "", getInfo : "" },
|
|
|
|
|
keymapper:info => info ? info.CRDN_ID : "", dataGetter:obj => obj.crdnList, appendData:true,
|
|
|
|
|
formats: {
|
|
|
|
|
CRDN_YMD_TM : datetimeFormat,
|
|
|
|
@ -349,12 +349,12 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
//동일차량검사 datasetControl 인스턴스
|
|
|
|
|
$P.sameVehicleControl = new InspectionControl({
|
|
|
|
|
prefix:"sameVehicleInspectionMain", prefixName:"종합", infoSize:"xl", urls : { load : "", getInfo : "" },
|
|
|
|
|
urls : { load : "", getInfo : "" },
|
|
|
|
|
keymapper:info => info ? info.CRDN_ID_LIST : "", dataGetter:obj => obj.crdnList, appendData:true,
|
|
|
|
|
formats: { CRDN_CNT : numberFormat, FFNLG_AMT : numberFormat }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
prefix:"sameVehicleInspectionSub", prefixName:"종합", infoSize:"xl", urls : { load : "", getInfo : "" },
|
|
|
|
|
urls : { load : "", getInfo : "" },
|
|
|
|
|
keymapper:info => info ? info.CRDN_ID : "", dataGetter:obj => obj.crdnList,
|
|
|
|
|
formats: {
|
|
|
|
|
CRDN_YMD_TM : datetimeFormat,
|
|
|
|
|