$(function() { //$("#bgAddTime").datebox("setValue", getTimeString()+" 00:00:00"); //$("#endAddTime").datebox("setValue", getTimeStringS()+" 23:59:59"); $("#queryPointCptGrid") .datagrid( { url : appPath + "/page/pointsCptAct/getPage", height:"full", width : 'full', striped:true, remoteSort:false, pagination:true, rownumbers:true, singleSelect:false, showFooter:true, queryParams : getQueryParam(), pageSize:15, pageList:[15,30,45,60,75,100], frozenColumns : [ [{field : 'ck',checkbox : true}] ], columns : [ [ { field : 'changeType', title : '积分类型', width : 260, align : 'center', sortable : true, }, { field : 'points', title : '积分分值', width : 260, align : 'center', sortable : true, }, { field : "opt", title : "操作", width : 260, align : "center", formatter : function(value, rowData, rowIndex) { var html=''; 。。。。。。