{ itemId: 'excel', text: '导出', iconCls: 'btnExportExcel', disabled: false, handler: function () { //判断数据状态 if (tempDate.length == 0) { var alertbox = Ext.widget('messagebox', { shadow: false }); alertbox.show({ title: '提示', msg: '结果数据为空!请先进行数据统计分析操作!…