|
|
@@ -379,7 +379,7 @@ var columnDefsOrderList = [
|
|
|
, cellClass : 'text-center'
|
|
|
, sortable : true
|
|
|
},
|
|
|
- {headerName: "출고처", field: "delvLocNm", width: 110, cellClass: 'text-center', sortable: true, hide:true},
|
|
|
+ {headerName: "출고처" , field: "delvLocNm" , width: 110 , cellClass: 'text-center' , sortable: true, hide:true},
|
|
|
{headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
{headerName: "브랜드" , field: "brandGroupNm" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
{headerName: "구성유형" , field: "goodsTypeNm" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
@@ -481,24 +481,15 @@ var columnDefsOrderList = [
|
|
|
return gagaAgGrid.toDateTimeFormat(params.data.delvAssignDt);
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- headerName : "송장출력일시"
|
|
|
- , field : "invoiceDt"
|
|
|
- , width : 150
|
|
|
- , cellClass : 'text-center'
|
|
|
- , valueGetter : function (params) {
|
|
|
- return gagaAgGrid.toDateTimeFormat(params.data.invoiceDt);
|
|
|
- }
|
|
|
- },
|
|
|
{headerName: "출고택배사" , field: "shipCompNm" , width: 150, cellClass: 'text-center'},
|
|
|
{headerName: "출고송장" , field: "invoiceNo" , width: 150, cellClass: 'text-center'},
|
|
|
{
|
|
|
headerName : "출고일시"
|
|
|
- , field : "delvResDt"
|
|
|
+ , field : "delvStDt"
|
|
|
, width : 150
|
|
|
, cellClass : 'text-center'
|
|
|
, valueGetter: function (params) {
|
|
|
- return gagaAgGrid.toDateTimeFormat(params.data.delvResDt);
|
|
|
+ return gagaAgGrid.toDateTimeFormat(params.data.delvStDt);
|
|
|
}
|
|
|
},
|
|
|
{headerName: "품절여부" , field: "soldoutYn" , width: 90 , cellClass: 'text-center', sortable: true},
|