把最大数据放到参数哪里,通过sql函数查,也可以放到单元格,取单元格
控件用js取
var b=this.options.form.getWidgetByName("YEAR").getValue()
var d=this.options.form.getWidgetByName("HC").getValue()
setTimeout(function(){
if(a==b && c==d){
contentPane.toolbar.options.items[1].setEnable(false);
contentPane.toolbar.options.items[1].setVisible(false);
contentPane.toolbar.options.items[2].setEnable(false);
contentPane.toolbar.options.items[2].setVisible(false);
contentPane.toolbar.options.items[3].setEnable(false);
contentPane.toolbar.options.items[3].setVisible(false);
}
},1000);