如图,填报好之后,如何刷新右侧"0"这个值,有可能变成1或者其他数
你这个要写js实现
这个控件编辑完事件,给后面单元格重新设置值
=============
var location = this.options.location; //获取当前控件的位置
var cr = FR.cellStr2ColumnRow(location);
var col = cr.col; //列号
var ro = cr.row; //行号
contentPane.setCellValue(0,col+4,ro,"1");//col+4指当前列后的第四列
https://help.fanruan.com/finereport10.0/doc-view-4008.html 参考直接给值
https://help.fanruan.com/finereport/doc-view-1394.html