|
|
|
@ -168,19 +168,19 @@
|
|
|
|
/** tui-grid Set */
|
|
|
|
/** tui-grid Set */
|
|
|
|
let initGrid = () => {
|
|
|
|
let initGrid = () => {
|
|
|
|
const gridColumns = [
|
|
|
|
const gridColumns = [
|
|
|
|
{header: '등록구분', name: 'mmDlgb', sortable: true, width: 50,},
|
|
|
|
{header: '등록구분', name: 'mmDlgb', sortable: true, width: 100,},
|
|
|
|
{header: '목록번호', name: 'asBbsNo', sortable: true, width: 70,},
|
|
|
|
{header: '목록번호', name: 'asBbsNo', sortable: true, width: 100,},
|
|
|
|
{header: '신고자', name: 'mmSgnm', sortable: true, width: 100,},
|
|
|
|
{header: '신고자', name: 'mmSgnm', sortable: true, width: 100,},
|
|
|
|
{header: '담당자', name: 'mmSgtel', sortable: true, width: 100,},
|
|
|
|
{header: '담당자', name: 'mmSgtel', sortable: true, width: 100,},
|
|
|
|
{header: '전화번호', name: 'asTel', width: 150,},
|
|
|
|
{header: '전화번호', name: 'asTel', width: 150,},
|
|
|
|
{header: '접수일자', name: 'asJsdate', sortable: true, width: 70,},
|
|
|
|
{header: '접수일자', name: 'asJsdate', sortable: true, width: 120,},
|
|
|
|
{header: '처리기한', name: 'asLimitDt', sortable: true, width: 70,},
|
|
|
|
{header: '처리기한', name: 'asLimitDt', sortable: true, width: 120,},
|
|
|
|
{header: '위반일자', name: 'mmDate', sortable: true, width: 150,},
|
|
|
|
{header: '위반일자', name: 'mmDate', sortable: true, width: 120,},
|
|
|
|
{header: '첨부', name: 'mmImagegb', width: 150,},
|
|
|
|
|
|
|
|
{header: '사진갯수', name: 'mmImagecnt', width: 50,},
|
|
|
|
|
|
|
|
{header: '위반내용', name: 'mmSgcont', width: 250,},
|
|
|
|
|
|
|
|
{header: '접수번호', name: 'asJsno', sortable: true, width: 150,},
|
|
|
|
|
|
|
|
{header: '차량번호', name: 'mmCarno', sortable: true, width: 150,},
|
|
|
|
{header: '차량번호', name: 'mmCarno', sortable: true, width: 150,},
|
|
|
|
|
|
|
|
{header: '첨부', name: 'mmImagegb', width: 50,},
|
|
|
|
|
|
|
|
{header: '사진', name: 'mmImagecnt', width: 50,},
|
|
|
|
|
|
|
|
{header: '위반내용', name: 'vlId', width: 250,},
|
|
|
|
|
|
|
|
{header: '접수번호', name: 'asJsno', sortable: true, width: 150,},
|
|
|
|
{header: 'mmCode', name: 'mmCode', sortable: true, width: 150, align: 'center', hidden: true}
|
|
|
|
{header: 'mmCode', name: 'mmCode', sortable: true, width: 150, align: 'center', hidden: true}
|
|
|
|
];
|
|
|
|
];
|
|
|
|
let gridDatasource = {
|
|
|
|
let gridDatasource = {
|
|
|
|
|