|
|
@@ -376,6 +376,7 @@ var columnDefsOrderList = [
|
|
|
},
|
|
|
{headerName: "출고처" , field: "delvLocNm" , width: 110 , cellClass: 'text-center' , sortable: true, hide:true},
|
|
|
{headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
+ {headerName: "SKUCODE" , field: "skuModelNo" , width: 140 , 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},
|
|
|
{headerName: "상품명" , field: "goodsNm" , width: 200 , cellClass: 'text-left' , sortable: true},
|