|

楼主 |
发表于 2017-5-11 09:23:52
|
显示全部楼层
没用 我的代码是这么写的
var excel="";
var checkbox5 = this.comp('checkbox5').val();
if (checkbox5 == "1") {
excel=excel+"TC_strDescriptionHO:,";
}
var checkbox6 = this.comp('checkbox6').val();
if (checkbox6 == "1") {
excel=excel+"TType_strDescription:,";
}
excel=excel+"QtyXj:,AmoutXj:,TechXj:,SettlementXJ:";
event.source._relationWidths = null;
this.comp("exportExcel1").set({relations:excel});
this.comp("exportExcel1").exportExcel(); |
|