Kaynağa Gözat

상품목록 수수료율 노출

eskim 4 yıl önce
ebeveyn
işleme
971fb2eee8

+ 1 - 0
src/main/webapp/WEB-INF/views/goods/GoodsListForm.html

@@ -428,6 +428,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',