勾选可用,复选按钮控件状态改变后,js如下
var a=this.getValue();
var location = this.options.location; //获取当前控件的位置
var cr = FR.cellStr2ColumnRow(location);
var col = cr.col; //列号
var ro = cr.row; //行号
var b= contentPane.getWidgetByCell(FR.columnRow2CellStr({col: col+3, row: ro}));//当前单元格后第三列
if(a){b.setEnable(true);}
else{b.setEnable(false);}
填报的话,设置提交条件,你的目前就是A2单元格
提交条件直接 A2,其他就是正常的填报属性设置