普通报表当前有多个sheet页的情况下,怎么判断当前页是第几个sheet呢
怎么实现简单,最好能是参数或者公式那种的
页码参数 - FineReport帮助文档 - 全面的报表使用教程和学习资料 https://help.fanruan.com/finereport/doc-view-363.html
你都是填报预览,下面可以显示工作表的呀,一下就知道是第几个了呀
这个js可以获取当前sheet页页码
https://help.fanruan.com/finereport/doc-view-2386.html
//获取当前选中sheet所在下标位置
var index = $(".fr-sheetbutton-container").index($(".fr-sheetbutton-container-active"));//如果当前下标为0 表示为首页。