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

erp跳转B2B自由行下订单

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