Commit aba56e77 authored by Mac's avatar Mac

跳转旅客页面

parent 1f98644e
......@@ -2163,7 +2163,13 @@
},
SuperiorPeople: [],
TransferMission:'',//订单转团权限
Unit_Price:0
Unit_Price:0,
goLVurl:{ //跳转到旅客页面的参数
orderId:'',
tcid:'',
tcnum:'',
isOrder:'',
},
}
},
components: {
......@@ -2687,6 +2693,10 @@
}
},
getDetail(obj) {
this.goLVurl.orderId = obj.orderId;
this.goLVurl.tcid = obj.tcid;
this.goLVurl.tcnum = obj.tcnum;
this.goLVurl.isOrder = obj.isOrder;
this.Ysze = false;
this.starTime = obj.startDate
this.endTime = obj.backDate
......@@ -3439,6 +3449,10 @@
this.clearMsg()
this.getList()
this.isShowLayer = false
if(res.data.data == 1){
this.$router.push({ name: 'passengerSaleList', query: { id: this.goLVurl.orderId,tcid: this.goLVurl.tcid, tcnum: this.goLVurl.tcnum,isOrder: this.goLVurl.isOrder, blank: 'y', tab: '旅客名单'} });
}
} else {
this.isShowLayer = false
this.$message.error(res.data.message)
......
......@@ -2526,7 +2526,7 @@
SuperiorPeople:[],
TransferMission:'',//订单转团
Unit_Price:0,// 地接临时存值
goLVurl:{
goLVurl:{ //跳转到旅客页面的参数
orderId:'',
tcid:'',
tcnum:'',
......
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