Commit db845175 authored by 黄奎's avatar 黄奎

页面修改

parent 23a79410
...@@ -258,6 +258,7 @@ ...@@ -258,6 +258,7 @@
<span>{{$t('Operation.Op_TransportState')}}</span> <span>{{$t('Operation.Op_TransportState')}}</span>
<span> <span>
<el-select class="w180 multiple_input" v-model="queryMsg.IsShowUnion"> <el-select class="w180 multiple_input" v-model="queryMsg.IsShowUnion">
<el-option :key="-1" :label="$t('advmanager.v_all')" :value="-1"></el-option>
<el-option :key="1" :label="$t('system.table_isShows')" :value="1"></el-option> <el-option :key="1" :label="$t('system.table_isShows')" :value="1"></el-option>
<el-option :key="0" :label="$t('Operation.Op_hide')" :value="0"></el-option> <el-option :key="0" :label="$t('Operation.Op_hide')" :value="0"></el-option>
</el-select> </el-select>
...@@ -993,7 +994,7 @@ ...@@ -993,7 +994,7 @@
ApplyMaxNum: "", ApplyMaxNum: "",
DayNum: "", DayNum: "",
OnlyShowOverTeam: false, OnlyShowOverTeam: false,
TCState: [], //去掉默认显示 TCState: [1,2,3,4], //去掉默认显示
GroupState: [], GroupState: [],
SalePlat: [], SalePlat: [],
UnionCityId: 0, UnionCityId: 0,
...@@ -1011,7 +1012,7 @@ ...@@ -1011,7 +1012,7 @@
RateOn: "-1", RateOn: "-1",
TeamType: 1, //小包团 TeamType: 1, //小包团
//是否显示联运 //是否显示联运
IsShowUnion: 1, IsShowUnion: -1,
//团控状态 //团控状态
FreePlanType: -1 FreePlanType: -1
}, },
...@@ -1226,7 +1227,7 @@ ...@@ -1226,7 +1227,7 @@
} }
this.queryCommonData.loading = true; this.queryCommonData.loading = true;
this.apipost( this.apipost(
"travel_get_GetTravelPrciePageList", "travel_get_GetTravelPrciePageList_V2",
msg, msg,
res => { res => {
this.queryCommonData.loading = false; this.queryCommonData.loading = false;
...@@ -1737,8 +1738,6 @@ ...@@ -1737,8 +1738,6 @@
this.getCountryCity(); this.getCountryCity();
}, },
created() { created() {
//默认显示联运
this.queryMsg.IsShowUnion = 1;
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
// 团提成权限 // 团提成权限
let ActionMenuCode = userInfo.ActionMenuCode; let ActionMenuCode = userInfo.ActionMenuCode;
......
...@@ -1164,7 +1164,7 @@ ...@@ -1164,7 +1164,7 @@
} }
this.queryCommonData.loading = true this.queryCommonData.loading = true
this.apipost( this.apipost(
'travel_get_GetTravelPrciePageList', 'travel_get_GetTravelPrciePageList_V2',
msg, msg,
res => { res => {
this.queryCommonData.loading = false; this.queryCommonData.loading = false;
......
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