从帮助文档上找到了数据回填。但是那个js改完有点小问题不知道各位兄弟们有谁了解能给解答一下。 https://help.fanruan.com/finereport/doc-view-3127.html 解决答案。 window.form = this.options.form; var loc=this.options.location; var cr=FR.cellStr2ColumnRow(loc); var col=cr.col-1; //回填过来的字段存放的位置。现在为按钮左边 "行" var row=cr.row; // "列" //alert(col); //alert(row); var $iframe = $(" $iframe.attr("src", "http://192.168.xxx.xxx:8080/webroot/decision/view/report?viewlet=/ZNF_FW/Contract_counterpart_V.cpt&ref_t=design&op=write&ref_c=9e2cfd00-e8b1-4f7a-b870-bd0574f39811&col="+col+"&row="+row); var o = { title : "筛选所需数据并返回", width : 1200, height: 800 }; FR.showDialog(o.title, o.width, o.height, $iframe,o); 我这块是超链接传递参数,在参数那块添加一样。那个参数是默认的按钮的位置 下面是要传递的 合并单元格获取不到。 |