var location = this.options.location; //获取当前控件的位置
var cr = FR.cellStr2ColumnRow(location);
var col = cr.col; //列号
var ro = cr.row; //行号
var fs=_g().getCellValue(0,0,cr.row);//获取A2单元格的值
var sm=_g().getCellValue(0,1,cr.row);//获取B2单元格的值
if(fs<=99 && sm.length==0){
FR.Msg.alert("警告","说明"+cr.row+"不能为空!");
}
--------------------------
另外你也可以参考一下控件接口js:
https://help.fanruan.com/finereport/doc-view-4007.html