Commit ae882691 authored by 黄奎's avatar 黄奎

页面修改

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