var tableIn = table.render({id:'content',elem:'#list',url:'{:url("index")}',where:{catid:'{:input("catid")}'},method:'post',toolbar:'#topBtn',page:true,cols:[[{type:"checkbox",fixed:true},{field:'id',title:'{:lang("id")}',width:80,fixed:true},{field:'trade_no',title:'系统订单号',width:100,fixed:true},{field:'thr_no',title:'微信平台订单号',width:100,fixed:true},........{width:160,align:'center',toolbar:'#action',title:'操作',fixed:false}]],done:function(res){$("#total_price").html(res.total_price)$("#total_num").html(res.total_num)},limit:10});