填报成功后在平台跳转到另一个报表,以新窗口打开的js
填报成功的事件:
改成你真实的路径。加粗的位置你自己改
window.open(FR.cjkEncode("${servletURL}?viewlet=/demo/act/GettingStarted.cpt&op=write"))
https://help.fanruan.com/finereport/doc-view-2128.html
window.location = encodeURI(encodeURI("${servletURL}?viewlet=报表路径"));
平台新标签页打开超链- FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
FR.showIframeDialog({
url:"${servletURL}?reportlet=帆软内报表路径/报表名.cpt&op=write",
title:"新窗口",
width:500,
height:500
});