填报属性中,设置数据提交校验,地区为空则无法提交,如图所示
//编辑结束事件
var a= this.getValue();
if( length(a)==0)
{
alert("地址为空,请注意")
}