[通用]移动端弹窗- FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
js
var xx =this.getValue();
var url =FR.cjkEncode("http://ss.bi.com:8091/webroot/decision/view/report?viewlet=Anhe_bi/运维/填报数据/机房巡检-问题描述.cpt&op=write&ITEM_NAME="+company+" ");
if(xx=="否"){
FR.doHyperlinkByGet({ url: url });
}
js方式二
var url = encodeURI("${servletURL}?viewlet=GettingStarted.cpt");
FR.doHyperlinkByGet({url:url,title:'移动页面跳转测试',target:'_self'});