|
|
@@ -35,14 +35,14 @@ var orderPointHstList = [[${orderPointHstList}]];
|
|
|
|
|
|
// specify the columns
|
|
|
var columnDefsOrderPointInfo = [
|
|
|
- {headerName: "상품코드", field: "goodsCd", width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "적립율(PC)", field: "pntPrate", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "상품코드", field: "goodsCd", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "적립율(PC)", field: "pntPrate", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "적립율(모바일)", field: "pntMrate", width: 100, cellClass: 'text-center'},
|
|
|
{
|
|
|
headerName : "판매상품가격"
|
|
|
, field : "currPrice"
|
|
|
, width : 120
|
|
|
- , cellClass : 'text-center'
|
|
|
+ , cellClass : 'text-right'
|
|
|
, valueFormatter : function(params) {
|
|
|
return params.value.addComma();
|
|
|
}
|
|
|
@@ -51,7 +51,7 @@ var columnDefsOrderPointInfo = [
|
|
|
headerName : "실결제상품가격"
|
|
|
, field : "realOrdAmt"
|
|
|
, width : 140
|
|
|
- , cellClass : 'text-center'
|
|
|
+ , cellClass : 'text-right'
|
|
|
, valueFormatter : function(params) {
|
|
|
return params.value.addComma();
|
|
|
}
|
|
|
@@ -60,7 +60,7 @@ var columnDefsOrderPointInfo = [
|
|
|
headerName : "사용포인트"
|
|
|
, field : "pntAmt"
|
|
|
, width : 100
|
|
|
- , cellClass : 'text-center'
|
|
|
+ , cellClass : 'text-right'
|
|
|
, valueFormatter : function(params) {
|
|
|
return params.value.addComma();
|
|
|
}
|