Commit 38539a6b authored by 沈良进's avatar 沈良进
parents b5d8d964 ba491609
......@@ -480,11 +480,12 @@
fileName = fileName + TempfileName
fileName = fileName + this.$route.query.alcode
//国航的用word
if (this.QueryMsg.TempCode == "CATempla") {
fileName = fileName + ".doc";
} else {
fileName = fileName + ".xls";
}
// if (this.QueryMsg.TempCode == "CATempla") {
// fileName = fileName + ".doc";
// } else {
// fileName = fileName + ".xls";
// }
fileName = fileName + ".xls";
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