人员借调审批.rarvar location = this.options.location; var cr = FR.cellStr2ColumnRow(location);//把单元格地址传入后就得到一个控件var col = cr.col; //获取控件对象的列号var ro = cr.row; //获取控件对象的行号var c= contentPane.getWidgetByCell(FR.columnRow2CellStr({col: col-4, row: ro}));//获取它前面第3列控件对象var b =this.getValue();if (b!="0"){ c.setVisible(true);}//可用else { c.setVisible(false);//不可用}