Commit ae882691 authored by 黄奎's avatar 黄奎

页面修改

parent 992794ff
...@@ -535,11 +535,14 @@ ...@@ -535,11 +535,14 @@
this.pdfLoading = true; this.pdfLoading = true;
let urlObj = this.domainManager(); let urlObj = this.domainManager();
let msg = this.getPostMsg(); let msg = this.getPostMsg();
var title = ""; var title = this.orderMsg.startDate + this.orderMsg.lineteamName+this.orderMsg.dayNum+'日游';
if (this.dataAll && this.dataAll.title) { //欧洲
title = this.dataAll.title; if(this.dataAll.lineId==168||this.dataAll.lineId==119)
{
title =this.orderMsg.startDate+ this.dataAll.title;
} }
var fileName = title + "_2023.pdf"; var fileName = title + ".pdf";
console.log("fileNmae",fileName);
if (this.orderId && this.orderId > 0) { if (this.orderId && this.orderId > 0) {
//出团通知书下载 //出团通知书下载
this.pdfDownLoad(fileName, msg); this.pdfDownLoad(fileName, msg);
......
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