Commit 4c1320b9 authored by 黄奎's avatar 黄奎

页面查询修改

parent 6e85e2eb
...@@ -908,6 +908,8 @@ ...@@ -908,6 +908,8 @@
TeamType: 0, //一般常规团 TeamType: 0, //一般常规团
IsShowUnion: 1, IsShowUnion: 1,
TCID: '0', TCID: '0',
HotelId:0,//酒店编号
HotelUseTime:"",//酒店使用时间
}, },
remarkMsg: { remarkMsg: {
TCID: 0, TCID: 0,
...@@ -1658,6 +1660,12 @@ ...@@ -1658,6 +1660,12 @@
if (this.$route.query.tcmun) { if (this.$route.query.tcmun) {
this.queryMsg.TCNUM = this.$route.query.tcmun this.queryMsg.TCNUM = this.$route.query.tcmun
} }
if (this.$route.query.HotelId) {
this.queryMsg.HotelId = this.$route.query.HotelId
}
if (this.$route.query.HotelUseTime) {
this.queryMsg.HotelUseTime = this.$route.query.HotelUseTime
}
if (this.CurrentUserInfo.IsParentCompany == undefined) { if (this.CurrentUserInfo.IsParentCompany == undefined) {
this.queryCommonData.IsParentCompany = 2 this.queryCommonData.IsParentCompany = 2
......
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