Commit 511dfcc0 authored by 黄奎's avatar 黄奎

团控查询修改

parent be9ae20d
......@@ -927,7 +927,7 @@
RateOnDay: '-1',
RateOn: '-1',
TeamType: 0, //一般常规团
IsShowUnion: 1,
IsShowUnion: 0,
TCID: '0',
HotelId: 0, //酒店编号
HotelUseTime: "", //酒店使用时间
......@@ -959,11 +959,11 @@
],
//联运状态
unionStatus:[{
Id:1,
Id:0,
Name:'主团',
Checked: true
},{
Id:0,
Id:1,
Name:'分销团',
Checked: false
}],
......@@ -1686,7 +1686,7 @@
},
created() {
//默认显示联运
this.queryMsg.IsShowUnion = 1
this.queryMsg.IsShowUnion = 0;
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