|
|
|
@ -136,6 +136,8 @@
|
|
|
|
|
* Global Variable
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
var FIM002 = new CommonCodes(${FIM002});
|
|
|
|
|
var FIM003 = new CommonCodes(${FIM003});
|
|
|
|
|
var FIM010 = new CommonCodes(${FIM010});
|
|
|
|
|
var FIM026 = new CommonCodes(${FIM026});
|
|
|
|
|
pageObject["${pageName}"] = {};
|
|
|
|
|
|
|
|
|
@ -162,6 +164,8 @@ $(document).ready(function(){
|
|
|
|
|
RCVMT_AMT : numberFormat,
|
|
|
|
|
|
|
|
|
|
CRDN_SE_CD : FIM002,
|
|
|
|
|
CRDN_INPT_SE_CD : FIM003,
|
|
|
|
|
CRDN_STTS_CD : FIM010,
|
|
|
|
|
CRDN_REG_SE_CD : FIM026
|
|
|
|
|
},
|
|
|
|
|
keymapper:info => info ? info.CRDN_ID : "",
|
|
|
|
@ -240,27 +244,20 @@ $(document).ready(function(){
|
|
|
|
|
* Grid
|
|
|
|
|
******************************* */
|
|
|
|
|
thisPO.gridColumns = [
|
|
|
|
|
{ header: '차량번호', name: 'VHRNO', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '단속구분(신고방법)', name: 'CRDN_SE_CD', width: 100, className: 'text-center' },
|
|
|
|
|
{ header: '자료출처', name: 'CRDN_INPT_SE_CD', width: 100, className: 'text-center' },
|
|
|
|
|
{ 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: 'UNKNOWN2', width: 80, className: 'text-end' },
|
|
|
|
|
{ header: '영상매체', name: 'UNKNOWN3', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '사진건수', name: 'ATCH_FILE_CNT', width: 40, className: 'text-center' },
|
|
|
|
|
{ header: '수납금액', name: 'RCVMT_AMT', width: 100, className: 'text-end' },
|
|
|
|
|
{ header: '위반횟수', name: 'VLTN_NMTM', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '위반장소', name: 'CRDN_PLC', width: 150 },
|
|
|
|
|
{ header: '특기사항', name: 'ETC_CN', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '서손사유', name: 'ETC_CN', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '처리상태명', name: 'CRDN_STTS_NM', width: 80},
|
|
|
|
|
{ header: '민원접수번호', name: 'CVLCPT_RCPT_NO', width: 150, className: 'text-center' },
|
|
|
|
|
{ header: '민원접수일자', name: 'CVLCPT_RCPT_YMD', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '처리기한', name: 'CVLCPT_PRCS_PRNMNT_DT', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '신고자', name: 'CVLCPT_APLCNT_NM', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '등록구분', name: 'CRDN_REG_SE_CD', width: 50, className: 'text-center' },
|
|
|
|
|
{ header: '발행번호', name: 'CRDN_SN', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '표지확인', name: 'UNKNOWN5', width: 80, className: 'text-center' },
|
|
|
|
|
{ header: '처리상태', name: 'CRDN_STTS_CD', width: 80, className: 'text-center' },
|
|
|
|
|
|
|
|
|
|
{ header: '등록일시', name: 'REG_DT', width: 150, className: 'text-center' },
|
|
|
|
|
{ header: '최종처리일시', name: 'MDFCN_DT', width: 150, className: 'text-center' },
|
|
|
|
|
{ header: '상태', name: 'CRDN_STTS_CD', hidden: true },
|
|
|
|
|
{ header: '서손ID', name: 'LEVY_EXCL_ID', hidden: true },
|
|
|
|
|
{ header: '소유자ID', name: 'RTPYR_ID', hidden: true },
|
|
|
|
|
{ header: '서손사유코드', name: 'LEVY_EXCL_RSN_CD', hidden: true },
|
|
|
|
|
{ header: 'interfaceSeqN', name: 'INTERFACE_SEQN', hidden: true }
|
|
|
|
|
];
|
|
|
|
|
thisPO.gridOptions = {
|
|
|
|
|