Commit 925c8df9 authored by agping's avatar agping

调整出账 导出

parent 53304b4d
...@@ -287,8 +287,14 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', ' ...@@ -287,8 +287,14 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
*/ */
exportExcel : function(){ exportExcel : function(){
adjustment.buildSearchParams(); adjustment.buildSearchParams();
var _url = '/index/adjustment' + '?excel=1'; var _url = '/index/adjustment';
window.open(_url + adjustment.buildSearchParamsLiu); var excel_ = '';
if(adjustment.buildSearchParamsLiu){
excel_ = '?excel=1&'
}else{
excel_ = '?excel=1'
}
window.open(_url + excel_ +adjustment.buildSearchParamsLiu);
}, },
/** /**
......
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