各位大佬求教,有没有可能将这种打开的窗口关闭时刷新父报表的数据集?
我的需求是想:主窗口负责显示已选择的商品列表(已入库的)+商品临时表,子窗体中选择一些商品,插入临时表,然后关闭时刷新主报表的数据集,这样就等于将子窗口查询的数据插入到主报表了,然后再做提交。
或者有没有其他好的思路??
window.parent.contentPane.refreshAllSheets();
JS实现关闭子窗口时刷新父窗口-https://help.finereport.com/doc-view-1754.html
https://help.finereport.com/doc-view-1844.html
弹出框填报后刷新父页面
子窗口填报成功事件这样写。
setTimeout(function(){ window.parent.FR.closeDialog(); //window.parent.location.reload(); window.parent._g().parameterCommit(); },1000)