Commit 55a17965 authored by Mac's avatar Mac

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

parent 8600892a
......@@ -2526,7 +2526,15 @@
SuperiorPeople:[],
TransferMission:'',//订单转团
Unit_Price:0,// 地接临时存值
};
goLVurl:{
orderId:'',
tcid:'',
tcnum:'',
isOrder:'',
},
};
},
components: {
payurlItem: payURL,
......@@ -3015,6 +3023,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;
......@@ -3809,6 +3821,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);
......
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