如何通过主页面调取子页面的自定义按钮
具体按钮的作用是什么呢?打印还是提交
有弹窗的时候,父页面都不能操作,你怎么触发事件啊
你是要子页面触发父页面按钮吧?
window.parent._g().getWidgetByName("a").fireEvent("click");
https://help.fanruan.com/finereport/doc-view-1241.html 参考一下这个呢
没法直接调用子页面的自定义按钮
如果是为了让子页面自动提交数据
可以参考
不预览直接后台提交入库 https://help.fanruan.com/finereport/doc-view-1552.html
---------------------直接导出子页面可以参考
URL直接导出报表 https://help.fanruan.com/finereport/doc-view-1142.html