|
|
@@ -481,11 +481,11 @@ var columnDefsOrderList = [
|
|
|
{headerName: "출고송장" , field: "invoiceNo" , width: 150, cellClass: 'text-center'},
|
|
|
{
|
|
|
headerName : "출고일시"
|
|
|
- , field : "delvStDt"
|
|
|
+ , field : "delvStdt"
|
|
|
, width : 150
|
|
|
, cellClass : 'text-center'
|
|
|
, valueGetter: function (params) {
|
|
|
- return gagaAgGrid.toDateTimeFormat(params.data.delvStDt);
|
|
|
+ return gagaAgGrid.toDateTimeFormat(params.data.delvStdt);
|
|
|
}
|
|
|
}
|
|
|
];
|