Commit 27ff12b9 authored by agping's avatar agping

导出

parent 57be50d3
......@@ -357,6 +357,7 @@
</select>
<span class="btn btn-info btn3 ld-Marheight" id="search" style="float:left">搜索</span>
<span class="btn btn-info btn3 ld-Marheight" id="reset" style="float:left">重置</span>
<span class="btn btn-info btn3 ld-Marheight" id="export">导出报表</span>
<!--<span class="btn btn-info btn3 ld-Marheight" id="export" style="float:left">导出excel</span>-->
<!--<span class="btn btn-info btn3 ld-Marheight" id="count" style="float:left">统计</span>-->
<!--<span class="money_total_two ld-Marheight " style="float:left">退意向金:</span><span style="float:left" id="back_yixiang" class="money_total_two_shifu fore-span ld-Marheight">0元</span>-->
......
......@@ -539,7 +539,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
exportExcel : function(){
var that = refund;
var params = that.buildSearchParams();
$.post('',params, function(data){
$.post('/index/refundListExcel',params, function(data){
if(data.code == 200) {
} else {
alert(data.msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment