var a=_g().getWidgetByName("时间").getValue(); var b=_g().getWidgetByName("单位").getValue(); var c=_g().getWidgetByName("dept").getValue(); FR.doHyperlinkByPost({ //报表路径 "url":"/webroot/decision/view/report?viewlet=xxx.frm", //参数 "para":{ "__pi__":true, //是否显示参数面板 时间:a, 单位:b, dept:c }, "target":"_dialog", //对话框方式打开 "feature":{ "width":680, "height":640, "isCenter":true, //是否居中显示 "title":"xxx" } }) 红色部分就是我使用的报表,放在默认目录里了。 |