|
|
@ -87,7 +87,7 @@
|
|
|
|
<table
|
|
|
|
<table
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr id="parsedInfoTheadTr--${pageName}">
|
|
|
|
<tr>
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
class="downsize" ondblclick="fnDownsizeToggle(this);" href="#">
|
|
|
|
class="downsize" ondblclick="fnDownsizeToggle(this);" href="#">
|
|
|
@ -132,6 +132,64 @@
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{EXTENSION}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{EXTENSION}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<template class="notFound">
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td valign="top" colspan="17" class="dataTables_empty text-center">정보를 찾지 못했습니다.</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span class="xit" hidden>
|
|
|
|
|
|
|
|
<table
|
|
|
|
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
|
|
|
|
class="downsize" ondblclick="fnDownsizeToggle(this);" href="#">
|
|
|
|
|
|
|
|
파일명 <i class='bx bx-expand'></i>
|
|
|
|
|
|
|
|
</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 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 style="min-width: 80px;">어린이보호구역</th>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;">단속시작시간</th>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;">단속종료시간</th>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;">위치좌표x</th>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;">위치좌표y</th>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody></tbody>
|
|
|
|
|
|
|
|
<template class="found">
|
|
|
|
|
|
|
|
<tr data-key="{FILE_NAME}">
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{TEMP_GROUP_ID}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}"
|
|
|
|
|
|
|
|
title="{FILE_NAME}"
|
|
|
|
|
|
|
|
class="text-start text-truncate max-w-th">{FILE_NAME}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{EXTENSION}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_YMD}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_TM}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{ENT_CD}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{EQM_CD}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{FILE_SN}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{VHRNO}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_DONG_NM}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{CRDN_PLC}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{LAW}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{SPECIAL_AREA}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_BGNG_TM}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_END_TM}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{GPS_X}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{GPS_Y}</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
<template class="notFound">
|
|
|
|
<template class="notFound">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top" colspan="17" class="dataTables_empty text-center">정보를 찾지 못했습니다.</td>
|
|
|
|
<td valign="top" colspan="17" class="dataTables_empty text-center">정보를 찾지 못했습니다.</td>
|
|
|
@ -143,7 +201,7 @@
|
|
|
|
<table
|
|
|
|
<table
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr id="parsedInfoTheadTr--${pageName}">
|
|
|
|
<tr>
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
<th style="min-width: 80px;">단속자료</th>
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
<th style="min-width: 80px;" title="더블클릭시 축소/확대 됩니다."
|
|
|
|
class="downsize" ondblclick="fnDownsizeToggle(this);" href="#">
|
|
|
|
class="downsize" ondblclick="fnDownsizeToggle(this);" href="#">
|
|
|
@ -232,7 +290,9 @@ $(document).ready(function(){
|
|
|
|
formats: {
|
|
|
|
formats: {
|
|
|
|
CRDN_YMD_TM : datetimeFormat,
|
|
|
|
CRDN_YMD_TM : datetimeFormat,
|
|
|
|
CRDN_YMD : dateFormat,
|
|
|
|
CRDN_YMD : dateFormat,
|
|
|
|
CRDN_TM : timeFormat
|
|
|
|
CRDN_TM : timeFormat,
|
|
|
|
|
|
|
|
CRDN_BGNG_TM : timeFormat,
|
|
|
|
|
|
|
|
CRDN_END_TM : timeFormat
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
@ -263,10 +323,7 @@ $(document).ready(function(){
|
|
|
|
$("#table-responsive--${pageName}").find("."+$P.entType).find("tbody").setCurrentRow(dataKey);
|
|
|
|
$("#table-responsive--${pageName}").find("."+$P.entType).find("tbody").setCurrentRow(dataKey);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(item.data.ENT_TYPE == "ino"){
|
|
|
|
if(item.data.ENT_TYPE == "hitecom"){
|
|
|
|
var src = item.data.FILE_PATH;
|
|
|
|
|
|
|
|
$P.renderImage(src);
|
|
|
|
|
|
|
|
} else if(item.data.ENT_TYPE == "hitecom"){
|
|
|
|
|
|
|
|
var srcArr = [
|
|
|
|
var srcArr = [
|
|
|
|
"data:image/jpg;base64,"+item.data.CAR_IMAGE,
|
|
|
|
"data:image/jpg;base64,"+item.data.CAR_IMAGE,
|
|
|
|
"data:image/jpg;base64,"+item.data.PLATE_IMAGE
|
|
|
|
"data:image/jpg;base64,"+item.data.PLATE_IMAGE
|
|
|
@ -277,6 +334,11 @@ $(document).ready(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$P.renderImage(srcArr);
|
|
|
|
$P.renderImage(srcArr);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
if(!dataKey.endsWith(".txt") && !dataKey.endsWith(".TXT")){
|
|
|
|
|
|
|
|
var src = item.data.FILE_PATH;
|
|
|
|
|
|
|
|
$P.renderImage(src);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -295,7 +357,6 @@ $(document).ready(function(){
|
|
|
|
|| $("#entType--${pageName}").val() == "knl"
|
|
|
|
|| $("#entType--${pageName}").val() == "knl"
|
|
|
|
|| $("#entType--${pageName}").val() == "gasan"
|
|
|
|
|| $("#entType--${pageName}").val() == "gasan"
|
|
|
|
|| $("#entType--${pageName}").val() == "elisoft"
|
|
|
|
|| $("#entType--${pageName}").val() == "elisoft"
|
|
|
|
|| $("#entType--${pageName}").val() == "xit"
|
|
|
|
|
|
|
|
){
|
|
|
|
){
|
|
|
|
dialog.alert("해당 업체 연계는 현재 준비중입니다.");
|
|
|
|
dialog.alert("해당 업체 연계는 현재 준비중입니다.");
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
@ -363,13 +424,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
|
|
$P.parsedInfoControl.setData([]);
|
|
|
|
$P.parsedInfoControl.setData([]);
|
|
|
|
|
|
|
|
|
|
|
|
if($("#entType--${pageName}").val() == "ino"){
|
|
|
|
$P.entType = $("#entType--${pageName}").val();
|
|
|
|
$P.entType = "ino";
|
|
|
|
|
|
|
|
} else if($("#entType--${pageName}").val() == "hitecom"){
|
|
|
|
|
|
|
|
$P.entType = "hitecom";
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
$P.entType = "";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$P.equipmentType = $("#equipmentType--${pageName}").val();
|
|
|
|
$P.equipmentType = $("#equipmentType--${pageName}").val();
|
|
|
|
|
|
|
|
|
|
|
|