var location = this.options.location; //获取当前控件的位置
var cr = FR.cellStr2ColumnRow(location);
var ro = cr.row+1; //行号
var a1_num= this.getValue();
if(a1_num=='OK'){
_g().getWidgetByCell("E"+ro).setVisible(false);
} else if(a1_num=='NG'){
_g().getWidgetByCell("E"+ro).setVisible(true);
}
--A1选OK,A2非必填;A1选NG,A2必填;
sc_xlbz1.rar