|
@@ -175,6 +175,7 @@
|
|
|
headerName: "답변일시", field: "ansDt", width: 150, cellClass: 'text-center',
|
|
headerName: "답변일시", field: "ansDt", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) { return gagaAgGrid.toDateTimeFormat(params.value); }
|
|
cellRenderer: function (params) { return gagaAgGrid.toDateTimeFormat(params.value); }
|
|
|
},
|
|
},
|
|
|
|
|
+ {headerName: "답변의뢰여부", field: "ansTransYn", width: 100, cellClass: 'text-center'},
|
|
|
{
|
|
{
|
|
|
headerName: "답변의뢰업체", field: "ansCompCd", width: 150, cellClass: 'text-center',
|
|
headerName: "답변의뢰업체", field: "ansCompCd", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) { return gagaAgGrid.lookupValue(supplyCompList, params.value); }
|
|
cellRenderer: function (params) { return gagaAgGrid.lookupValue(supplyCompList, params.value); }
|