Commit 37aeb76b authored by 华国豪's avatar 华国豪 🙄

erp跳转B2B自由行下订单

parent 577fc6e0
......@@ -417,7 +417,7 @@ export default {
RB_Branch_Id:-1,
RB_Department_Id:0,
CreateBy:0,
HotelName:'',
ProductName:'',
StartTime:'',
EndTime:'',
CStartTime:'',
......@@ -595,7 +595,7 @@ export default {
},
goOrderDetails(ID){
this.$router.push({
name: 'freeTravelOrderDetails',
name: 'freeTravelOrderStatiDetails',
query: {
ID: ID,
blank:'y',
......
......@@ -474,7 +474,7 @@ export default {
RB_Branch_Id:-1,
RB_Department_Id:0,
CreateBy:0,
HotelName:'',
ProductName:'',
StartTime:'',
EndTime:'',
CStartTime:'',
......
......@@ -3269,8 +3269,8 @@ export default {
this.EnCodeWord=res.data.data;
// http://testb2b.oytour.com
// http://www.oytour.com
window.open("http://localhost:8081/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
// window.open("http://www.oytour.com/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
// window.open("http://testb2b.oytour.com/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
window.open("http://www.oytour.com/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
} else {
this.Error(res.data.message);
}
......
......@@ -213,8 +213,8 @@
this.EnCodeWord=res.data.data;
// http://testb2b.oytour.com
// http://www.oytour.com
window.open("http://localhost:8081/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
// window.open("http://www.oytour.com/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
// window.open("http://testb2b.oytour.com/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
window.open("http://www.oytour.com/#/"+ pageName +"?uid="+encodeURIComponent(this.EnCodeWord), "_blank");
} else {
this.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