Commit 65008912 authored by liudong1993's avatar liudong1993

1

parent e2f70dfb
......@@ -448,6 +448,11 @@ export default {
this.msg.TemplateId=35;
}
}
if(this.$route.query.settlementFrIds){
if(this.$route.query.IsAirTicketSelect){
this.msg.TemplateId=this.$route.query.IsAirTicketSelect;
}
}
}
},
methods:{
......@@ -498,6 +503,9 @@ export default {
if(this.$route.query.settlementFrIds){
this.msg.IsDiJieSelect=955;//代号
this.msg.ReFinanceIds=this.$route.query.settlementFrIds;
if(this.$route.query.IsAirTicketSelect){
this.msg.IsAirTicketSelect=this.$route.query.IsAirTicketSelect;
}
}
if(this.$route.query.frIds){
......
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