|
|
@ -174,19 +174,19 @@
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
class="datatables-ajax table table-bordered dataTable no-footer">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="80px">No.</th>
|
|
|
|
<th style="min-width: 80px;">No.</th>
|
|
|
|
<th width="80px">단속일시</th>
|
|
|
|
<th style="min-width: 160px;">단속일시</th>
|
|
|
|
<th width="80px">차량번호</th>
|
|
|
|
<th style="min-width: 80px;">차량번호</th>
|
|
|
|
<th width="80px">위반건수</th>
|
|
|
|
<th style="min-width: 80px;">위반건수</th>
|
|
|
|
<th width="80px" class="text-orange">검사결과</th>
|
|
|
|
<th style="min-width: 80px;" class="text-orange">검사결과</th>
|
|
|
|
<th width="80px" class="text-orange">처리방법</th>
|
|
|
|
<th style="min-width: 250px;" class="text-orange">처리방법</th>
|
|
|
|
<th width="80px">위반동</th>
|
|
|
|
<th style="min-width: 80px;">위반동</th>
|
|
|
|
<th width="80px">위반장소</th>
|
|
|
|
<th style="min-width: 300px;">위반장소</th>
|
|
|
|
<th width="80px">사진매수</th>
|
|
|
|
<th style="min-width: 80px;">사진매수</th>
|
|
|
|
<th width="80px">처리상태</th>
|
|
|
|
<th style="min-width: 80px;">처리상태</th>
|
|
|
|
<th width="80px">원금액</th>
|
|
|
|
<th style="min-width: 80px;">원금액</th>
|
|
|
|
<th width="80px">감경금액</th>
|
|
|
|
<th style="min-width: 80px;">감경금액</th>
|
|
|
|
<th width="80px">자료출처</th>
|
|
|
|
<th style="min-width: 80px;">자료출처</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody id="photoInspectionTbody--${pageName}"></tbody>
|
|
|
|
<tbody id="photoInspectionTbody--${pageName}"></tbody>
|
|
|
@ -199,7 +199,8 @@
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{INSP_RSLT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{INSP_RSLT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{PRCS_MTHD}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{PRCS_MTHD}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STDG_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STDG_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{CRDN_PLC}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start text-truncate"
|
|
|
|
|
|
|
|
style="max-width:500px;">{CRDN_PLC}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{ATCH_FILE_CNT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{ATCH_FILE_CNT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STTS_CD}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STTS_CD}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_AMT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_AMT}</td>
|
|
|
@ -293,7 +294,8 @@
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{TEAM_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{TEAM_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{VHRNO}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{VHRNO}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STDG_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STDG_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{CRDN_PLC}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start text-truncate"
|
|
|
|
|
|
|
|
style="max-width:500px;min-width: 300px;">{CRDN_PLC}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STTS_CD}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-center">{CRDN_STTS_CD}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_AMT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-end">{FFNLG_AMT}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{RTPYR_NM}</td>
|
|
|
|
<td onclick="{onclick}" ondblclick="{ondblclick}" class="text-start">{RTPYR_NM}</td>
|
|
|
@ -589,7 +591,7 @@ $(document).ready(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$P.openLevyExclPop = (levyExclSeCd) => {
|
|
|
|
$P.openLevyExclPop = (levyExclSeCd) => {
|
|
|
|
let info;
|
|
|
|
var info = "";
|
|
|
|
|
|
|
|
|
|
|
|
if ($P.currentDisplay == "photoInspection") {
|
|
|
|
if ($P.currentDisplay == "photoInspection") {
|
|
|
|
info = $P.photoInspectionControl.dataset.getCurrent("item");
|
|
|
|
info = $P.photoInspectionControl.dataset.getCurrent("item");
|
|
|
@ -599,29 +601,28 @@ $(document).ready(function(){
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 선택된 자료가 없다면.. return
|
|
|
|
|
|
|
|
if (info == undefined || info == "") {
|
|
|
|
if (info == undefined || info == "") {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
let params = {
|
|
|
|
var params = {
|
|
|
|
crdnId : info.data.CRDN_ID
|
|
|
|
"crdnId" : info.data.CRDN_ID,
|
|
|
|
, levyExclSeCd : levyExclSeCd
|
|
|
|
"levyExclSeCd" : levyExclSeCd
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
ajax.get({
|
|
|
|
ajax.get({
|
|
|
|
url : wctx.url("/excl/excl01/020/info.do")
|
|
|
|
url : wctx.url("/excl/excl01/020/info.do"),
|
|
|
|
, data : params || {}
|
|
|
|
data : params || {},
|
|
|
|
, success : resp => {
|
|
|
|
success : resp => {
|
|
|
|
resp = resp.replace(/infoPrefix/g, this.prefix)
|
|
|
|
resp = resp.replace(/infoPrefix/g, this.prefix)
|
|
|
|
.replace(/prefixName/g, this.prefixName)
|
|
|
|
.replace(/prefixName/g, this.prefixName)
|
|
|
|
dialog.open({
|
|
|
|
dialog.open({
|
|
|
|
id : "levyExcldialog"
|
|
|
|
id : "levyExcldialog--${pageName}",
|
|
|
|
, title : "부과제외 정보"
|
|
|
|
title : "부과제외 정보",
|
|
|
|
, content : resp
|
|
|
|
content : resp,
|
|
|
|
, size : "lg"
|
|
|
|
size : "lg",
|
|
|
|
, init : () => $P.photoInspectionControl.setInfo(info)
|
|
|
|
init : () => $P.photoInspectionControl.setInfo(info),
|
|
|
|
, onClose : () => { $P.photoInspectionControl.load(1); } // callback
|
|
|
|
onClose : () => { $P.photoInspectionControl.load(1); } // callback
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|