28 评论

wuhong2021

可以设置自定义按钮,点击跳转至其他报表吗?

0 2024-03-05 11:10

巴拉吧啦爆

有没有自定义导入按钮,点击就是导入excel

1 2023-04-26 08:52

Carly

<html>
<head>
<title>FineReport自定义导入</title>
</head>
<body>

<fieldset>
<div id="toolbar">
<button type="button" onclick="document.getElementById('reportFrame').contentWindow.contentPane.importExcel('customize')">自定义导入</button>
<button type="button" onclick="document.getElementById('reportFrame').contentWindow.contentPane.importExcel()">覆盖导入</button>
</div>
</fieldset>
<iframe id="reportFrame" width="100%" height="100%" src='/webroot/decision/view/report?viewlet=WorkBoo1.cpt&op=write' ></iframe>
</body>
</html>

0 2023-10-24 11:39

Carly

其中的覆盖导入和自定义导入二选一~

0 2023-10-24 11:40

yzmTeFC46578722

有没有单元格中自定义查询按钮

0 2023-04-18 08:56

Carly

试一下这个:JS实现使用填报页面的控件查询-https://help.fanruan.com/finereport/doc-view-1828.html

0 2023-10-24 11:32

巴拉吧啦爆

如何实现批量删除呢

0 2022-09-27 10:25

Fay

可以用控件实现呢,参考文档:JS实现复选按钮控件全选和批量操作-https://help.fanruan.com/finereport/doc-view-1215.html

0 2022-11-01 10:29

wangyejian

提交按钮有两个内置SQL,怎么获取是提交的是第二个内置SQL,比如第一个是插入提交,第二个是更新提交,自定两个按钮,“新增”、“更新”

0 2022-09-27 09:55

Fay

在报表填报属性中设置即可

0 2022-12-26 16:57