Commit db845175 authored by 黄奎's avatar 黄奎

页面修改

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