Explorar o código

积分明细页调整

ZhangWenQiang %!s(int64=6) %!d(string=hai) anos
pai
achega
08034dbd82

+ 10 - 0
happy-job-base-system/src/main/webapp/webpage/modules/jfmanager/mpPointsDetailOwnerList.js

@@ -89,6 +89,16 @@ $(document).ready(function() {
 
             }
 			,{
+				field: 'pointType',
+				title: '积分方式',
+				sortable: false,
+				sortName: 'pointType',
+				formatter:function(value, row , index){
+					return jp.getDictLabel(${fns:toJson(fns:getDictList('point_type'))}, value, "-");
+				}
+
+			}
+			,{
 		        field: 'adjustReason',
 		        title: '变动原因',
 		        sortable: false,