Commit 55a17965 authored by Mac's avatar Mac

订单修改成功跳转旅客页面,报名清单少价管理

parent 8600892a
...@@ -2526,7 +2526,15 @@ ...@@ -2526,7 +2526,15 @@
SuperiorPeople:[], SuperiorPeople:[],
TransferMission:'',//订单转团 TransferMission:'',//订单转团
Unit_Price:0,// 地接临时存值 Unit_Price:0,// 地接临时存值
}; goLVurl:{
orderId:'',
tcid:'',
tcnum:'',
isOrder:'',
},
};
}, },
components: { components: {
payurlItem: payURL, payurlItem: payURL,
...@@ -3015,6 +3023,10 @@ ...@@ -3015,6 +3023,10 @@
}, },
// 点击修改 // 点击修改
getDetail(obj) { 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.Ysze=false;
this.starTime = obj.startDate; this.starTime = obj.startDate;
this.endTime = obj.backDate; this.endTime = obj.backDate;
...@@ -3809,6 +3821,10 @@ ...@@ -3809,6 +3821,10 @@
this.clearMsg(); this.clearMsg();
this.getList(); this.getList();
this.isShowLayer = false; 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 { } else {
this.isShowLayer = false; this.isShowLayer = false;
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
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