Commit 48f40afc authored by 吴春's avatar 吴春

1

parent f67921bf
...@@ -547,13 +547,14 @@ ...@@ -547,13 +547,14 @@
}) })
fileName = fileName + TempfileName fileName = fileName + TempfileName
fileName = fileName + this.$route.query.alcode fileName = fileName + this.$route.query.alcode
//国航的用word console.log("QueryMsg",this.QueryMsg);
// if (this.QueryMsg.TempCode == "CATempla") { //厦航的用csv
// fileName = fileName + ".doc"; if (this.QueryMsg.TempCode == "MF") {
// } else { fileName = fileName + ".csv";
// fileName = fileName + ".xls"; } else {
// } fileName = fileName + ".xls";
fileName = fileName + ".xls"; }
// fileName = fileName + ".xls";
this.GetLocalFile("travel_get_GetAirTicketGuestExport", msg, fileName); this.GetLocalFile("travel_get_GetAirTicketGuestExport", msg, fileName);
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
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