Commit 86549e2c authored by 黄奎's avatar 黄奎

新增机票数据分析页面

parent 6473f29d
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1887,7 +1887,6 @@ ...@@ -1887,7 +1887,6 @@
} }
//成人价格=成人人数*(成交单价-早鸟优惠) //成人价格=成人人数*(成交单价-早鸟优惠)
let chengren = (Number(this.addMsg.ManNum) * (Number(this.addMsg.Unit_Price) - DiscountPrice)).toFixed(2); let chengren = (Number(this.addMsg.ManNum) * (Number(this.addMsg.Unit_Price) - DiscountPrice)).toFixed(2);
console.log("cr",chengren);
//儿童价格=儿童人数*(单价-早鸟优惠+儿童附加费) //儿童价格=儿童人数*(单价-早鸟优惠+儿童附加费)
let ertong = Number(this.addMsg.ChirdNum) * (Number(this.addMsg.Unit_Price) - DiscountPrice + Number(this let ertong = Number(this.addMsg.ChirdNum) * (Number(this.addMsg.Unit_Price) - DiscountPrice + Number(this
......
...@@ -3806,6 +3806,14 @@ export default { ...@@ -3806,6 +3806,14 @@ export default {
title: '团控票务' title: '团控票务'
}, },
}, },
{ //团控票务
path: '/ticketSpider',
name: 'ticketSpider',
component: resolve => require(['@/components/Ticketing/ticketSpider'], resolve),
meta: {
title: '团控票务'
},
},
{ //团控票务 自主开团- 销售 { //团控票务 自主开团- 销售
path: '/TravelticketManager2', path: '/TravelticketManager2',
name: 'TravelticketManager2', name: 'TravelticketManager2',
......
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