请教各位大神,finreport web报表,在PDF导出之后,需要再次搜寻才能再次导出PDF的js代码如何写呢?
导出后将导出按钮设置不可用,搜索后在把导出按钮设置为可用状态,即可
https://help.fanruan.com/finereport/doc-view-1805.html
https://help.fanruan.com/finereport10.0/doc-view-4010.html
------------------------
_g().toolbar.options.items[5].setEnable(false)
参考这个js,带出后,工具隐藏,点击搜索后,在显示
工具栏接口-https://help.fanruan.com/finereport/doc-view-4295.html
参考
WorkBook2.rar