Commit dbaf2af3 authored by 黄奎's avatar 黄奎

行程下载修改

parent 173b5cf4
......@@ -922,7 +922,7 @@
//是否显示同行备注
isShowB2B:this.vshowI?1:0,
//是否显示行程
isShowTrip:this.vshowK?1:0,
isShowTrip:this.vshowD?1:0,
//是否显示标题
isShowTitle:this.vshowL?1:0,
//是否显示旅客名单
......@@ -930,8 +930,11 @@
//是否显示紧急联系人
isShowMan:this.vshowLLR?1:0,
//是否显示团号
isShowTCNUM:this.vshowTCNUM?1:0
isShowTCNUM:this.vshowTCNUM?1:0,
//是否显示行程图片
isShowTripImage:this.vshowK?1:0,
};
console.log("msg",msg);
this.GetLocalFile("DownLoadTripWord", msg,title+ ".doc", res=>{
this.pdfLoading = false
});
......
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