Просмотр исходного кода

상품목록 수수료율 노출

eskim 4 лет назад
Родитель
Сommit
b4f76343d7
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/main/webapp/WEB-INF/views/goods/GoodsListForm.html

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

@@ -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();