Commit df3dfab8 authored by 黄奎's avatar 黄奎

11

parent 33ebab16
...@@ -552,10 +552,11 @@ ...@@ -552,10 +552,11 @@
} }
this.queryCommonData.loading = true; this.queryCommonData.loading = true;
this.queryMsg.uid = this.getLocalStorage().EmployeeId; this.queryMsg.uid = this.getLocalStorage().EmployeeId;
var fileName="简易计划表.xls";
this.GetLocalFile( this.GetLocalFile(
"travel_get_DownTravelPriceOrderStatistics", "travel_get_DownTravelPriceOrderStatistics",
this.queryMsg, this.queryMsg,
this.$t('objFill.v101.Rest.baomintj') + ".xls", fileName,
res => { res => {
if (this.queryMsg.TicketStartNum == 0) { if (this.queryMsg.TicketStartNum == 0) {
this.queryMsg.TicketStartNum = ""; this.queryMsg.TicketStartNum = "";
......
...@@ -464,10 +464,11 @@ ...@@ -464,10 +464,11 @@
DownLoadFile() { DownLoadFile() {
this.Info(this.$t('objFill.v101.Rest.zhengzaixzwj')) this.Info(this.$t('objFill.v101.Rest.zhengzaixzwj'))
this.queryMsg.uid = this.getLocalStorage().EmployeeId; this.queryMsg.uid = this.getLocalStorage().EmployeeId;
var fileName = "简易计划表.xls";
this.GetLocalFile( this.GetLocalFile(
"travel_get_DownTravelPriceOrderStatistics", "travel_get_DownTravelPriceOrderStatistics",
this.queryMsg, this.queryMsg,
this.$t('objFill.v101.Rest.baomintj') + ".xls" fileName
); );
}, },
goUrl(path, id, title) { goUrl(path, id, title) {
......
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