|
|
|
|
@ -216,18 +216,18 @@
|
|
|
|
|
/** tui-grid Set */
|
|
|
|
|
let initGrid = () => {
|
|
|
|
|
const gridColumns = [
|
|
|
|
|
{header: '등록구분', name: '', sortable: true, width: 50,},
|
|
|
|
|
{header: '목록번호', name: '', sortable: true, width: 70,},
|
|
|
|
|
{header: '접수일', name: '', sortable: true, width: 100,},
|
|
|
|
|
{header: '신고자', name: '', sortable: true, width: 100,},
|
|
|
|
|
{header: '담당자', name: '', width: 150,},
|
|
|
|
|
{header: '위반내용', name: '', sortable: true, width: 70,},
|
|
|
|
|
{header: '위반일시', name: '', sortable: true, width: 70,},
|
|
|
|
|
{header: '차량번호', name: '', sortable: true, width: 150,},
|
|
|
|
|
{header: '소유자', name: '', width: 150,},
|
|
|
|
|
{header: '소유주구분', name: '', width: 50,},
|
|
|
|
|
{header: '주민번호', name: '', width: 250,},
|
|
|
|
|
{header: '위반장소', name: '', sortable: true, width: 150,},
|
|
|
|
|
{header: '등록구분', name: 'mmDlgb', sortable: true, width: 100,},
|
|
|
|
|
{header: '목록번호', name: 'asBbsNo', sortable: true, width: 100,},
|
|
|
|
|
{header: '접수일', name: 'asJsdate', sortable: true, width: 100,},
|
|
|
|
|
{header: '신고자', name: 'mmSgnm', sortable: true, width: 100,},
|
|
|
|
|
{header: '담당자', name: 'mmSgtel', width: 100,},
|
|
|
|
|
{header: '위반내용', name: 'vlId', sortable: true, width: 100,},
|
|
|
|
|
{header: '위반일시', name: 'mmDate', sortable: true, width: 100,},
|
|
|
|
|
{header: '차량번호', name: 'mmCarno', sortable: true, width: 150,},
|
|
|
|
|
{header: '소유자', name: 'omName', width: 150,},
|
|
|
|
|
{header: '소유주구분', name: 'omNogb', width: 100,},
|
|
|
|
|
{header: '주민번호', name: 'omJno', width: 250,},
|
|
|
|
|
{header: '위반장소', name: 'mmSgpos', sortable: true, width: 150,},
|
|
|
|
|
{header: 'mmCode', name: 'mmCode', sortable: true, width: 150, align: 'center', hidden: true}
|
|
|
|
|
];
|
|
|
|
|
let gridDatasource = {
|
|
|
|
|
|