setEnable() 这个方法不支持移动端 可以怎么改啊?PC端和移动端公用一张报表,不同角色看到的控件是不一样的 var org_lv3_code = FR.remoteEvaluate("$org_lv3_code"); if(org_lv3_code.length>0){ this.options.form.getWidgetByName("org_lv3_code1").setEnable(false); } else { this.options.form.getWidgetByName("org_lv3_code1").setEnable(true); } |