超级链接使用JS并传参-https://help.fanruan.com/finereport/doc-view-911.html
超级链接参数传递-https://help.fanruan.com/finereport/doc-view-914.html
=====
上面的文档一个是通过按钮带参数跳转,一个是单元格带参数跳转,自行选择…
========
var KID = this.getValue(); //获取控件的值
window.open(FR.cjkEncode("${servletURL}?reportlet=/订单明细表.cpt&订单号=" + KID)); //带参数跳转