new_ncz.zip
改完了 你试试
var a=this.getValue();
var location = this.options.location; //获取当前控件的位置
var cr = FR.cellStr2ColumnRow(location);
var col = cr.col; //列号
var ro = cr.row; //行号
var swyy = contentPane.getWidgetByCell(FR.columnRow2CellStr({col: col+2, row: ro}));
var swsj = contentPane.getWidgetByCell(FR.columnRow2CellStr({col: col-2, row: ro+1}));
if(a=="否"){
swyy.setEnable(false);
swsj.setEnable(false);
}else{
swyy.setEnable(true);
swsj.setEnable(true);
}