Commit 3568d946 authored by 黄奎's avatar 黄奎

页面修改

parent dca11687
...@@ -533,14 +533,13 @@ ...@@ -533,14 +533,13 @@
// 生成pdf // 生成pdf
toPDF_2023: function () { toPDF_2023: function () {
this.pdfLoading = true; this.pdfLoading = true;
var that=this; var that = this;
let urlObj = this.domainManager(); let urlObj = this.domainManager();
let msg = this.getPostMsg(); let msg = this.getPostMsg();
var title = this.orderMsg.startDate + this.orderMsg.lineteamName+this.orderMsg.dayNum+'日游'; var title = this.orderMsg.startDate + this.orderMsg.lineteamName + this.orderMsg.dayNum + '日游';
//欧洲 //欧洲
if(this.dataAll.lineId==168||this.dataAll.lineId==119) if (this.dataAll.lineId == 168 || this.dataAll.lineId == 119) {
{ title = this.orderMsg.startDate + this.dataAll.title;
title =this.orderMsg.startDate+ this.dataAll.title;
} }
var fileName = title + ".pdf"; var fileName = title + ".pdf";
if (this.orderId && this.orderId > 0) { if (this.orderId && this.orderId > 0) {
......
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