FR怎么按照控件筛选的值,不查询导出
---------------------------------------------
可以这样写js。比如写到按钮的点击事件里边
var url="${servletURL}?viewlet=GettingStarted.cpt"var config = { 地区 : "华北", format:"excel" } FR.doHyperlinkByPost(url,config,"_self")
https://help.fanruan.com/finereport/doc-view-1142.html
https://help.fanruan.com/finereport/doc-view-3628.html
http://localhost:8075/webroot/decision/view/report?viewlet=WorkBook101.cpt&a=1111&format=excel
直接把参数串在url上面就行了。
后台批量导出Excel-https://help.fanruan.com/finereport/doc-view-738.html