Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/workQualityCollectionView.js =================================================================== diff -u -r36248 -r36255 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/workQualityCollectionView.js (.../workQualityCollectionView.js) (revision 36248) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/workQualityCollectionView.js (.../workQualityCollectionView.js) (revision 36255) @@ -597,6 +597,9 @@ } else { var html = getTableHtml(result.data, type, year); document.getElementById('thisIframe').contentWindow.document.getElementById('table').innerHTML = html; + document.getElementById('thisIframe').contentWindow.document.getElementById('is2Column').value = is2Column; + document.getElementById('thisIframe').contentWindow.document.getElementById('widthStr').value = widthArr.join(','); + document.getElementById('thisIframe').contentWindow.document.getElementById('ToolBar').style.display = 'block'; } }, failure: function (response, options) { @@ -728,28 +731,7 @@ autoScroll: true,//自动显示滚动条 collapsible: true,//允许展开和收缩 bodyPadding: 5, - tbar: [{ - text: '导出', - handler: function () { - var html = document.getElementById('thisIframe').contentWindow.document.getElementById('table').innerHTML; - if (html !== '') { - var data = { - fileName: title, - fileType: ".xls",//文档类型 经测试 可以doc xls html 其他的自己去试 - html: html - } - exportMask = new Ext.LoadMask(Ext.getBody(), { - msg: '正在导出文件,请稍候!', - removeMask: true - }); - exportMask.show(); - setTimeout(function () { - exportReportExcel(data, 'thisIframe', is2Column, widthArr); - }, 1000); - } - } - }], - html: '' + html: '' }); var viewport = new Ext.Viewport({ Index: ssts-web/src/main/webapp/homepage/exportMonitorData.jsp =================================================================== diff -u -r36254 -r36255 --- ssts-web/src/main/webapp/homepage/exportMonitorData.jsp (.../exportMonitorData.jsp) (revision 36254) +++ ssts-web/src/main/webapp/homepage/exportMonitorData.jsp (.../exportMonitorData.jsp) (revision 36255) @@ -7,9 +7,22 @@
+ + + + + + + + + + + - + + + +