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, OrderId: this.GetDetail.ReFinanceId,
// blank: 'y', blank: 'y',
// tab: '单机票详情' tab: '单机票详情'
// } }
// }); });
// return // return
let href // let href
let url // let url
if (this.isOnline()) { // if (this.isOnline()) {
url = 'http://fcrmyx.oytour.com/#/' // url = 'http://fcrmyx.oytour.com/#/'
} else { // } else {
url = 'http://localhost:8081/#/' // url = 'http://localhost:8081/#/'
} // }
let data = [{ // let data = [{
path: 'customerOrder', // path: 'customerOrder',
OrderId: this.GetDetail.ReFinanceId, // OrderId: this.GetDetail.ReFinanceId,
}] // }]
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data) // href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data)
window.open(href); // 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, OrderId: this.GetDetail.ReFinanceId,
// blank: 'y', blank: 'y',
// tab: '单机票详情' tab: '单机票详情'
// } }
// }); });
// return // return
let href // let href
let url // let url
if (this.isOnline()) { // if (this.isOnline()) {
url = 'http://fcrmyx.oytour.com/#/' // url = 'http://fcrmyx.oytour.com/#/'
} else { // } else {
url = 'http://localhost:8081/#/' // url = 'http://localhost:8081/#/'
} // }
let data = [{ // let data = [{
path: 'customerOrder', // path: 'customerOrder',
OrderId: this.GetDetail.ReFinanceId, // OrderId: this.GetDetail.ReFinanceId,
}] // }]
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data) // href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data)
window.open(href); // 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