var a=this.options.form.getWidgetByName('DeptSmallID').getValue();
这样打印出来值是实际值,但是想获取显示值
https://help.fanruan.com/finereport10.0/doc-view-4007.html
this.options.form.getWidgetByName('DeptSmallID').getText();
_g().getWidgetByName("控件名").getText();//取显示值