_g().parameterEl.getWidgetByName("控件名") ;
https://help.fanruan.com/finereport/doc-view-1208.html
var a=globalForm.getWidgetByName("GH").getValue();//获取控件值
//控件赋值
var gh=globalForm.getWidgetByName("GH");
gh.setValue("值");