Commit 935b8877 authored by liudong1993's avatar liudong1993

1

parent 3dc9476f
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</div> </div>
<div v-if="LossIncomeList&&LossIncomeList.length>0" style="font-size: 14px;color: red;margin-bottom: 3px;text-align: right;"> <div v-if="LossIncomeList&&LossIncomeList.length>0" style="font-size: 14px;color: red;margin-bottom: 3px;text-align: right;">
<!-- 注: 韩国线与日本自由行是统计团队亏损,其他线路为机票损失 --> <!-- 注: 韩国线与日本自由行是统计团队亏损,其他线路为机票损失 -->
注: 以下为团队航班目的地统计 注: 以下为团队航空公司-线路-航班目的地统计
</div> </div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr> <tr>
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
goToDetail(item){ goToDetail(item){
if(item.Value!='损失占比'){ if(item.Value!='损失占比'){
if(item.IsTravel==1){ if(item.IsTravel==1){
if(item.LossType==-1){ if(item.AirType && item.AirType==2){
this.$router.push({ this.$router.push({
name: 'TeamRevenueReport', name: 'TeamRevenueReport',
query: { query: {
...@@ -130,6 +130,7 @@ export default { ...@@ -130,6 +130,7 @@ export default {
LineId:item.LineId, LineId:item.LineId,
IsSelectTravelLoss:2, IsSelectTravelLoss:2,
AirLossId:item.AirLossId, AirLossId:item.AirLossId,
AirLossType:item.LossType,
blank: "y", blank: "y",
} }
}); });
......
...@@ -2488,6 +2488,7 @@ export default { ...@@ -2488,6 +2488,7 @@ export default {
if(this.$route.query.IsSelectTravelLoss){ if(this.$route.query.IsSelectTravelLoss){
this.msg.IsSelectTravelLoss=this.$route.query.IsSelectTravelLoss; this.msg.IsSelectTravelLoss=this.$route.query.IsSelectTravelLoss;
this.msg.LossId = this.$route.query.AirLossId; this.msg.LossId = this.$route.query.AirLossId;
this.msg.LossType = this.$route.query.AirLossType;
if(this.msg.IsSelectTravelLoss==2){ if(this.msg.IsSelectTravelLoss==2){
this.msg.DataType="-1"; this.msg.DataType="-1";
} }
......
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