Commit 38539a6b authored by 沈良进's avatar 沈良进
parents b5d8d964 ba491609
...@@ -480,11 +480,12 @@ ...@@ -480,11 +480,12 @@
fileName = fileName + TempfileName fileName = fileName + TempfileName
fileName = fileName + this.$route.query.alcode fileName = fileName + this.$route.query.alcode
//国航的用word //国航的用word
if (this.QueryMsg.TempCode == "CATempla") { // if (this.QueryMsg.TempCode == "CATempla") {
fileName = fileName + ".doc"; // fileName = fileName + ".doc";
} else { // } else {
// fileName = fileName + ".xls";
// }
fileName = fileName + ".xls"; fileName = fileName + ".xls";
}
this.GetLocalFile("travel_get_GetAirTicketGuestExport", msg, fileName); this.GetLocalFile("travel_get_GetAirTicketGuestExport", msg, fileName);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment