|
|
|
@ -229,7 +229,7 @@ $(document).ready(function(){
|
|
|
|
|
{ header: '위반일시', name: 'CRDN_YMD_TM', width: 120, className: 'text-center' },
|
|
|
|
|
{ header: '차량번호', name: 'VHRNO', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '법정동', name: 'CRDN_STDG_NM', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '신고/단속자', name: 'CVLCPT_APLCNT_NM000', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '신고/단속자', name: 'APLCNT_CRDN_NM', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '잔액', name: 'UNKNOWN2', width: 80, className: 'text-end' },
|
|
|
|
|
{ header: '영상매체', name: 'UNKNOWN3', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '사진건수', name: 'ATCH_FILE_CNT', width: 40, className: 'text-center' },
|
|
|
|
@ -273,7 +273,7 @@ $(document).ready(function(){
|
|
|
|
|
if(el.scrollTop() == 0){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if((el[0].scrollHeight - el.scrollTop() + 15) == el.outerHeight()){
|
|
|
|
|
if((el[0].scrollHeight - el.scrollTop() + VERTICAL_SCROLL_HEIGHT) == el.outerHeight()){
|
|
|
|
|
$P.scrollCrdnList();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|