Commit 022db52d authored by youjie's avatar youjie

no message

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