Commit 956abc70 authored by 黄奎's avatar 黄奎

一日游查询修改

parent b3318e37
......@@ -275,8 +275,9 @@
<span>{{$t('Operation.Op_TransportState')}}</span>
<span>
<el-select class="w180 multiple_input" v-model="queryMsg.IsShowUnion">
<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="-1" label="全部" :value="-1"></el-option>
<el-option :key="0" label="主团" :value="0"></el-option>
<el-option :key="1" label="分销团" :value="1"></el-option>
</el-select>
</span>
</div>
......@@ -732,7 +733,7 @@
RateOnDay: '-1',
RateOn: '-1',
TeamType: 2, //一日游的团
IsShowUnion: 1,
IsShowUnion: -1,
TCID: '',
},
remarkMsg: {
......@@ -1484,7 +1485,7 @@
created () {
this.checkAllTeam();
//默认显示联运
this.queryMsg.IsShowUnion = 1
this.queryMsg.IsShowUnion = -1;
let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo
......
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