Commit 022db52d authored by youjie's avatar youjie

no message

parent 4a1006e9
...@@ -2333,6 +2333,16 @@ ...@@ -2333,6 +2333,16 @@
}, },
// 点击机票订单跳转CRM自动登录 // 点击机票订单跳转CRM自动登录
clickAirTicketOrder() { clickAirTicketOrder() {
// 跳转erp单机票页面
// this.$router.push({
// path: 'CRMTicketOrderOP',
// query: {
// OrderId: this.GetDetail.ReFinanceId,
// blank: 'y',
// tab: '单机票详情'
// }
// });
// return
let href let href
let url let url
if (this.isOnline()) { if (this.isOnline()) {
......
...@@ -1706,6 +1706,16 @@ ...@@ -1706,6 +1706,16 @@
}, },
// 点击机票订单跳转CRM自动登录 // 点击机票订单跳转CRM自动登录
clickAirTicketOrder() { clickAirTicketOrder() {
// 跳转erp单机票页面
// this.$router.push({
// path: 'CRMTicketOrderOP',
// query: {
// OrderId: this.GetDetail.ReFinanceId,
// blank: 'y',
// tab: '单机票详情'
// }
// });
// return
let href let href
let url let url
if (this.isOnline()) { if (this.isOnline()) {
......
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