Commit e520360c authored by 黄媛媛's avatar 黄媛媛
parents a8a0ba03 2584e4f6
...@@ -652,7 +652,7 @@ ...@@ -652,7 +652,7 @@
//团期全选 //团期全选
checkGroupALL: false, checkGroupALL: false,
//销售平台全选 //销售平台全选
checkPlatForm: false, checkPlatForm: true,
//团队状态全选 //团队状态全选
checkTCStateAll: false, checkTCStateAll: false,
//是否显示弹出框 //是否显示弹出框
...@@ -718,8 +718,8 @@ ...@@ -718,8 +718,8 @@
DayNum: '', DayNum: '',
OnlyShowOverTeam: false, OnlyShowOverTeam: false,
TCState: [3], //去掉默认显示 TCState: [3], //去掉默认显示
GroupState: [], GroupState: [1],
SalePlat: [], SalePlat: [1,2,3,4,5],
UnionCityId: 0, UnionCityId: 0,
SaleBranchId: [], SaleBranchId: [],
total: 0, total: 0,
...@@ -734,7 +734,7 @@ ...@@ -734,7 +734,7 @@
RateOnDay: '-1', RateOnDay: '-1',
RateOn: '-1', RateOn: '-1',
TeamType: 2, //一日游的团 TeamType: 2, //一日游的团
IsShowUnion: -1, IsShowUnion: 0,
TCID: '', TCID: '',
}, },
remarkMsg: { remarkMsg: {
...@@ -1489,9 +1489,8 @@ ...@@ -1489,9 +1489,8 @@
}, },
created () { created () {
this.GetLookAllTeamAuth(); this.GetLookAllTeamAuth();
this.checkAllTeam();
//默认显示联运 //默认显示联运
this.queryMsg.IsShowUnion = -1; this.queryMsg.IsShowUnion = 0;
let userInfo = this.getLocalStorage() let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo this.CurrentUserInfo = userInfo
......
...@@ -476,6 +476,7 @@ ...@@ -476,6 +476,7 @@
</div> </div>
<div v-if="(showType>=4)&&loadNone==false&&vshowC" class="newFeature" v-html="feature.featureHtml"></div> <div v-if="(showType>=4)&&loadNone==false&&vshowC" class="newFeature" v-html="feature.featureHtml"></div>
<div v-if="vshowD">
<div class="newtripList" v-for="(item,index) in tripList" :key="index"> <div class="newtripList" v-for="(item,index) in tripList" :key="index">
<template v-if="item.dayNum<10"> <template v-if="item.dayNum<10">
<div class="newTripFly" style="margin-bottom:10px;"> <div class="newTripFly" style="margin-bottom:10px;">
...@@ -551,6 +552,7 @@ ...@@ -551,6 +552,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="newTripFeiyong"> <div class="newTripFeiyong">
<div id="pdf_4"> <div id="pdf_4">
<div v-if='vshowE' class="newTripFeiyongtitle"> <div v-if='vshowE' class="newTripFeiyongtitle">
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
newFeature2, newFeature2,
// newFeature3, // newFeature3,
}, },
props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType","CurrentUserInfo"], props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType"],
inject: ['loadConfigInfo'], inject: ['loadConfigInfo'],
data() { data() {
return { return {
...@@ -228,6 +228,8 @@ ...@@ -228,6 +228,8 @@
//折叠展开 //折叠展开
isFold: "", isFold: "",
FeatureDataFlag: false, FeatureDataFlag: false,
//当前登录用户信息
CurrentUserInfo: {}
}; };
}, },
created: function () {}, created: function () {},
...@@ -534,6 +536,8 @@ ...@@ -534,6 +536,8 @@
} }
}, },
mounted() { mounted() {
let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo
this.MsgBus.$on('FeatureDataFlag', () => { this.MsgBus.$on('FeatureDataFlag', () => {
this.FeatureDataFlag = true this.FeatureDataFlag = true
}); });
......
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