决策报表中,如何获取当前点击的单元格的值?
setTimeout(function(){ //鼠标点击 $("div[widgetname=REPORT1] td").mousedown(function() { //report1 为报表块名称 //所在行背景色:黄色 var a=$(this).text() alert(a) }); },1000);
JS实现决策报表获取单元格对应值-https://help.fanruan.com/finereport/doc-view-2954.html
点击单元格改变当前单元格颜色(可参考)-https://help.fanruan.com/finereport/doc-view-2826.html
Form3.frm