如何自定义查询呢?查询调整为报表中单元格中的值,不使用参数面板
赞 0 2024-08-22 15:24
可以设置自定义按钮,点击跳转至其他报表吗?
赞 0 2024-03-05 11:10
有没有自定义导入按钮,点击就是导入excel
赞 1 2023-04-26 08:52
<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
其中的覆盖导入和自定义导入二选一~
赞 0 2023-10-24 11:40
有没有单元格中自定义查询按钮
赞 0 2023-04-18 08:56
自定义查询和参数面板查询一样,定义好sql,控件名称,试一试
赞 0 2024-09-27 11:23
试一下这个:JS实现使用填报页面的控件查询-https://help.fanruan.com/finereport/doc-view-1828.html
赞 0 2023-10-24 11:32
如何实现批量删除呢
赞 0 2022-09-27 10:25
可以用控件实现呢,参考文档:JS实现复选按钮控件全选和批量操作-https://help.fanruan.com/finereport/doc-view-1215.html
赞 0 2022-11-01 10:29
30 评论
如何自定义查询呢?查询调整为报表中单元格中的值,不使用参数面板
赞 0 2024-08-22 15:24
可以设置自定义按钮,点击跳转至其他报表吗?
赞 0 2024-03-05 11:10
有没有自定义导入按钮,点击就是导入excel
赞 1 2023-04-26 08:52
<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
其中的覆盖导入和自定义导入二选一~
赞 0 2023-10-24 11:40
有没有单元格中自定义查询按钮
赞 0 2023-04-18 08:56
自定义查询和参数面板查询一样,定义好sql,控件名称,试一试
赞 0 2024-09-27 11:23
试一下这个:JS实现使用填报页面的控件查询-https://help.fanruan.com/finereport/doc-view-1828.html
赞 0 2023-10-24 11:32
如何实现批量删除呢
赞 0 2022-09-27 10:25
可以用控件实现呢,参考文档:JS实现复选按钮控件全选和批量操作-https://help.fanruan.com/finereport/doc-view-1215.html
赞 0 2022-11-01 10:29