JS获取填报扩展单元格控件的值-http://help.finereport.com/doc-view-1793.html 看这个 把
alert(zybck.getValue()); 修改成 zybck.setEnable(false) 就好了
setTimeout(function(){var str=this.getValue().length;
var name = contentPane.getWidgetByName("name");
if(str == 0)
{
name.setEnable(false)
} },100);