Commit 8525b959 authored by liudong1993's avatar liudong1993

1

parent 565d557e
...@@ -2523,28 +2523,28 @@ ...@@ -2523,28 +2523,28 @@
// 点击机票订单跳转CRM自动登录 // 点击机票订单跳转CRM自动登录
clickAirTicketOrder() { clickAirTicketOrder() {
// 跳转erp单机票页面 // 跳转erp单机票页面
// this.$router.push({ this.$router.push({
// path: 'CRMTicketOrderOP', path: 'CRMTicketOrderOP',
// query: { query: {
// OrderId: this.GetDetail.ReFinanceId,
// blank: 'y',
// tab: '单机票详情'
// }
// });
// return
let href
let url
if (this.isOnline()) {
url = 'http://fcrmyx.oytour.com/#/'
} else {
url = 'http://localhost:8081/#/'
}
let data = [{
path: 'customerOrder',
OrderId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
}] blank: 'y',
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data) tab: '单机票详情'
window.open(href); }
});
// return
// let href
// let url
// if (this.isOnline()) {
// url = 'http://fcrmyx.oytour.com/#/'
// } else {
// url = 'http://localhost:8081/#/'
// }
// let data = [{
// path: 'customerOrder',
// OrderId: this.GetDetail.ReFinanceId,
// }]
// href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data)
// window.open(href);
}, },
GetAuth() { GetAuth() {
var actionCode = this.$AuthCode.TeamShouZhi; var actionCode = this.$AuthCode.TeamShouZhi;
......
...@@ -1822,28 +1822,28 @@ ...@@ -1822,28 +1822,28 @@
// 点击机票订单跳转CRM自动登录 // 点击机票订单跳转CRM自动登录
clickAirTicketOrder() { clickAirTicketOrder() {
// 跳转erp单机票页面 // 跳转erp单机票页面
// this.$router.push({ this.$router.push({
// path: 'CRMTicketOrderOP', path: 'CRMTicketOrderOP',
// query: { query: {
// OrderId: this.GetDetail.ReFinanceId,
// blank: 'y',
// tab: '单机票详情'
// }
// });
// return
let href
let url
if (this.isOnline()) {
url = 'http://fcrmyx.oytour.com/#/'
} else {
url = 'http://localhost:8081/#/'
}
let data = [{
path: 'customerOrder',
OrderId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
}] blank: 'y',
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data) tab: '单机票详情'
window.open(href); }
});
// return
// let href
// let url
// if (this.isOnline()) {
// url = 'http://fcrmyx.oytour.com/#/'
// } else {
// url = 'http://localhost:8081/#/'
// }
// let data = [{
// path: 'customerOrder',
// OrderId: this.GetDetail.ReFinanceId,
// }]
// href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data)
// window.open(href);
}, },
GetAuth() { GetAuth() {
var actionCode = this.$AuthCode.TeamShouZhi; var actionCode = this.$AuthCode.TeamShouZhi;
......
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