|
|
@@ -485,7 +485,7 @@
|
|
|
cellEditorParams: { maxlength: 14, validType: 'numeric'}
|
|
|
},
|
|
|
/*{headerName: "할인율", field: "dcRate" , width: 90, cellClass: 'text-right'},*/
|
|
|
- {headerName: "자사즉시할인가", field: "benefitCurrPrice" , width: 120, cellClass: 'text-right'
|
|
|
+ {headerName: "자사즉시할인가", field: "benefitPrice" , width: 120, cellClass: 'text-right'
|
|
|
,valueFormatter: function(params) {
|
|
|
if (params.value > 0) {
|
|
|
return params.value.addComma();
|