js怎么实现点击跳转一个内部新的窗口,用window.open跳到系统外面去了
两种方案,一是使用插件实现,二是使用js实现。
参考:平台内打开标签页-https://help.finereport.com/doc-view-2415.html
https://help.finereport.com/doc-view-2099.html
https://help.finereport.com/index.php?doc-view-2083
参考上面两个文档
window.parent.FS.tabPane.addItem({title:"订单明细",src:"${servletURL}?reportlet=demo/basic/数据钻取子报表订单明细.cpt&订单号="+ID}) 超链接打开新标签页 用这样的JS来写
这个必须要在决策平台登录后才有用 设计器测试是没有用的