|
|
@@ -464,6 +464,7 @@
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(seasonList, params.value); },
|
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(seasonList, params.newValue); }
|
|
|
},
|
|
|
+ {headerName: "수수료율", field: "sellFeeRate" , width: 80, cellClass: 'text-center'},
|
|
|
{headerName: "정상가", field: "listPrice" , width: 100, cellClass: 'text-right'
|
|
|
,valueFormatter: function(params) {return params.value.addComma();},
|
|
|
cellEditor: 'textCellEditor',
|
|
|
@@ -1015,8 +1016,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
//세트상품구성 클릭 시
|
|
|
$('#btnGoodsSetMake').click(function(e) {
|
|
|
cfnOpenGoodsSetPopup();
|