32 评论

luojian0323

打开对话框并传参的文档呢?

0 2021-11-26 14:42

RosieY

您好,可以参考下
JS实现点击超链打开对话框报表并传参-https://help.fanruan.com/finereport/doc-view-3633.html

0 2022-02-28 13:58

用户X7895058

点击按钮显示syntaxerror: missing) after argument list

0 2021-04-25 17:34

Leo.Tsai

解决方案:https://bbs.fanruan.com/wenda/question/74852.html

0 2021-10-20 09:24

木木月月

这种方式,无法显示页面数据,抓包显示某些js文件 304 ,这是咋回事?

0 2021-02-23 17:20

Leo.Tsai

可以转社区问答提问或者技术支持

0 2021-10-20 09:24

SavokiwLe054

请问一下这里能否携带表单参数到窗口页面去呢

0 2020-11-13 10:02

Alicehyy

您能描述清楚一点吗,文中示例的窗口页面是含有参数的

0 2020-11-18 17:33

用户j5614973

var iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder='0'>");
iframe.attr("src", cc + "?reportlet=GettingStarted.cpt"); // 给 iframe 添加 src 属性
var o = {
width: 700, //对话框宽度
height: 500 //对话框高度
};
FR.showDialog("添加", o.width, o.height, iframe, o); //弹出对话框

0 2020-10-30 15:04

Alicehyy

文档已修正

0 2020-11-18 17:32