<div style="display: none">
	<form action="" name="exportExcel" export
		method="post" accept-charset="utf-8"></form>
	<iframe name="export" ></iframe>
 </div>

  

var f = document.getElementById('exportExcel');
var actionUrl = 'envElecPriceAction!downLoadDetailFrist.action?envElecPrice.beginTime=' + beginTime
	+ '&envElecPrice.endTime=' + endTime
	+ '&envElecPrice.zoneId='  + zoneId
	+ '&envElecPrice.pollSourceId=' + pollSourceId
	+ '&envElecPrice.pollSourceName=' + Ext.getCmp('sourceNameId33').getValue()
	+ '&envElecPrice.labelId=' + Ext.getCmp('groupLabelComboBoxId3').getValue()
	+ '&envElecPrice.polluteName='+ polluteData;
f.action = actionUrl;
f.submit();

  

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2021-07-25
  • 2021-11-13
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-02
  • 2021-07-19
  • 2021-09-18
  • 2021-12-05
  • 2022-12-23
  • 2021-08-05
  • 2022-01-10
相关资源
相似解决方案