|
|
@@ -104,9 +104,10 @@
|
|
|
{headerName: 'No', width: 60, cellClass: 'text-center', valueGetter: function(params) { return params.node.rowIndex + 1 }},
|
|
|
{headerName: "브랜드", field: "brandCd", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "브랜드명", field: "brandEnm", width: 130, cellClass: 'text-center'},
|
|
|
+ {headerName: "WMS상품번호", field: "productNo", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "WMS상품코드", field: "productCode", width: 120, cellClass: 'text-center'},
|
|
|
- {headerName: "WMS상품명", field: "productName", width: 400, cellClass: 'text-left'},
|
|
|
- {headerName: "모델번호", field: "modelNo" , width: 200, cellClass: 'text-center'},
|
|
|
+ {headerName: "WMS상품명", field: "productName", width: 300, cellClass: 'text-left'},
|
|
|
+ {headerName: "모델번호", field: "modelNo" , width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "등록일시", field: "regDt", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function(params) {
|
|
|
return !gagajf.isNull(params.value) ? params.value.toDate("YYYYMMDDHHmmss").format("YYYY-MM-DD HH:mm:ss") : '';
|