var a=this.getValue();
if(a=="方案一"){
this.options.form.getWidgetByName("SCODE").setValue("aa");
}
这样获取不到 动态值 用公式 只能获取到 页面初始化加载的默认值
var a=_g().getWidgetByName("area").getValue();