请问下决策报表里面弄了2个网页框A和B。如果A填报成功。怎么刷新B谢谢,不是普通报表
在填报的子表里添加填报成功事件,用下面的js:
var parent = window.parent; var iframe = parent.document.getElementById('IFRAME1');//IFRAME1是决策报表中需要刷新的网页框名称的大写 iframe.contentWindow.location.reload(true);
JS实现局部刷新cpt-http://help.finereport.com/doc-view-2421.html
聚合报表还是决策报表? frm不能填报的吧?