Commit e42d8ce5 authored by 黄奎's avatar 黄奎

页面修改

parent 5833ebc1
......@@ -2713,7 +2713,6 @@
},
created() {
let userinfo = this.getLocalStorage();
//默认显示联运
this.queryMsg.IsShowUnion = -1;
let userInfo = this.getLocalStorage();
......
......@@ -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;
......
......@@ -853,9 +853,9 @@
//团期全选
checkGroupALL: false,
//销售平台全选
checkPlatForm: true,
checkPlatForm: false,
//团队状态全选
checkTCStateAll: false,
checkTCStateAll: true,
//是否显示弹出框
setPlatDialog: false,
//弹出框全选
......@@ -920,9 +920,9 @@
ApplyMaxNum: '',
DayNum: '',
OnlyShowOverTeam: false,
TCState: [3], //去掉默认显示
GroupState: [1, 2, 5],
SalePlat: [1, 2, 3, 4, 5],
TCState: [1, 2, 3, 4], //去掉默认显示
GroupState: [],
SalePlat: [],
UnionCityId: 0,
SaleBranchId: [],
total: 0,
......@@ -930,7 +930,7 @@
noData: false,
currentPage: 1,
//航班配置
FlightState: 1,
FlightState: -1,
//预警团
IsWarning: false,
WarningQuery: '-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