Commit df3dfab8 authored by 黄奎's avatar 黄奎

11

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