Commit cdd50a42 authored by 罗超's avatar 罗超

修改名称

parent 6c4eadd6
......@@ -574,7 +574,8 @@ export default {
orderId:0,
guestIds:'',
unionfid:0,
msg:{}
msg:{},
travel:{}
}
},
created() {
......@@ -917,7 +918,7 @@ export default {
}
// 生成文件名
const fileName = `出团通知书_${this.noticeInfo.groupNo || ''}_${new Date().getTime()}.pdf`;
const fileName = `${this.travel.AlName}_${this.travel.StartDate}_${this.travel.LtName}_${this.travel.DayNum}日游_${new Date().getTime()}.pdf`;//${new Date().getTime()}
// 保存 PDF
pdf.save(fileName);
......@@ -1033,6 +1034,7 @@ export default {
this.apipost("b2b_get_GetTravelPriceNotice", this.msg, res => {
if (res.data.resultCode == 1) {
const t = res.data.data
this.travel = t
if(reload==1) {
this.resolverTravel(t,true)
}else if(reload==2){
......
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