|
|
@@ -96,6 +96,7 @@ var columnDefs = [
|
|
|
{headerName: "주문고객명", field: "ordNm", width: 100, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "환불계좌은행코드", field: "bankCd", width: 100, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "환불계좌예금주명", field: "accountNm", width: 100, cellClass: 'text-center', hide: true},
|
|
|
+ {headerName: "주문고객휴대폰번호", field: "ordPhnno", width: 100, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "환불계좌번호", field: "accountNo", width: 100, cellClass: 'text-center', hide: true}
|
|
|
];
|
|
|
|