|
@@ -170,7 +170,7 @@ var columnDefs = [
|
|
|
{headerName: "교환상세번호", field:"exchangeOrdDtlNo", width:100, cellClass: 'text-center'},
|
|
{headerName: "교환상세번호", field:"exchangeOrdDtlNo", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "교환옵션1", field:"optCd11", width:100, cellClass: 'text-center'},
|
|
{headerName: "교환옵션1", field:"optCd11", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "교환옵션2", field:"optCd12", width:100, cellClass: 'text-center'},
|
|
{headerName: "교환옵션2", field:"optCd12", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "클레임시유", field:"chgReason", width:100, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "클레임사유", field:"chgReason", width:100, cellClass: 'text-center'},
|
|
|
{
|
|
{
|
|
|
headerName : "주문금액"
|
|
headerName : "주문금액"
|
|
|
, field : "ordAmt"
|
|
, field : "ordAmt"
|
|
@@ -184,7 +184,7 @@ var columnDefs = [
|
|
|
{
|
|
{
|
|
|
headerName : "취소상품금액"
|
|
headerName : "취소상품금액"
|
|
|
, field : "cnclRtnAmt"
|
|
, field : "cnclRtnAmt"
|
|
|
- , width : 80
|
|
|
|
|
|
|
+ , width : 100
|
|
|
, cellClass : 'text-right'
|
|
, cellClass : 'text-right'
|
|
|
, cellRenderer : function (params) {
|
|
, cellRenderer : function (params) {
|
|
|
return params.value.addComma();
|
|
return params.value.addComma();
|
|
@@ -202,7 +202,7 @@ var columnDefs = [
|
|
|
{
|
|
{
|
|
|
headerName : "환불배송비"
|
|
headerName : "환불배송비"
|
|
|
, field : "rfDeliveryFee"
|
|
, field : "rfDeliveryFee"
|
|
|
- , width : 80
|
|
|
|
|
|
|
+ , width : 100
|
|
|
, cellClass : 'text-right'
|
|
, cellClass : 'text-right'
|
|
|
, cellRenderer : function (params) {
|
|
, cellRenderer : function (params) {
|
|
|
return params.value.addComma();
|
|
return params.value.addComma();
|
|
@@ -211,15 +211,15 @@ var columnDefs = [
|
|
|
{
|
|
{
|
|
|
headerName : "환불예정금액"
|
|
headerName : "환불예정금액"
|
|
|
, field : "rfRealCnclAmt"
|
|
, field : "rfRealCnclAmt"
|
|
|
- , width : 80
|
|
|
|
|
|
|
+ , width : 100
|
|
|
, cellClass : 'text-right'
|
|
, cellClass : 'text-right'
|
|
|
, cellRenderer : function (params) {
|
|
, cellRenderer : function (params) {
|
|
|
return params.value.addComma();
|
|
return params.value.addComma();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "배송비결제여부", field:"addPayCostPayYn", width:100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "배송비결제수단", field:"addPayCostPgGb", width:100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "클레임메모", field:"chgMemo", width:100, cellClass: 'text-center'}
|
|
|
|
|
|
|
+ {headerName: "배송비결제여부", field:"addPayCostPayYn", width:120, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "배송비결제수단", field:"addPayCostPgGb", width:120, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "클레임메모", field:"chgMemo", width:160, cellClass: 'text-right'}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
var gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|
|
var gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|