|
|
@@ -165,12 +165,13 @@ var columnDefs = [
|
|
|
{headerName: "수령자상세주소", field:"recipDtlAddr", width:120, cellClass: 'text-center'},
|
|
|
{headerName: "업체상품코드", field:"supplyGoodsCd", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "상품코드", field:"goodsCd", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "상품명", field:"goodsNm", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "사이즈", field:"optCd2", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "상품명", field:"goodsNm", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "사이즈", field:"optCd2", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "주문수량", field:"ordQty", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "취소수량", field:"cnclRtnQty", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "주문금액", field:"ordAmt", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "할인금액", field:"totDcAmt", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "실결제금액", field:"realOrdAmt", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "실결제금액", field:"realOrdAmt", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "배송업체", field:"shipCompCd", width:150, cellClass: 'text-left'
|
|
|
, editable : true
|
|
|
, cellEditor : 'agRichSelectCellEditor'
|