var a=this.options.form.getWidgetByName("pv5").getValue();
var b=this.options.form.getWidgetByName("pv6").getValue();
if(a==false && b==false){
alert("请至少选择月度或年度中的一项!");
return false
}
else{
}
试试
还行不行的话用按钮控件
var a=this.options.form.getWidgetByName("pv5").getValue();
var b=this.options.form.getWidgetByName("pv6").getValue();
if(a==false && b==false){
alert("请至少选择月度或年度中的一项!");
}
else{
_g().parameterCommit();
}
试