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

一日游查询修改

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