Commit 13f0cb8a authored by 黄奎's avatar 黄奎

一日游查询修改

parent 8cabbd43
......@@ -132,12 +132,11 @@
:placeholder="$t('pub.pleaseImport')"></el-input>
</span>
</li>
<li style="display:none;">
<li>
<span>
<em>{{$t('hotel.hotel_SerialNumber')}}</em>
<el-input maxlength="50" v-model="queryMsg.TCID" class="permiss-input w150"
@keyup.native.enter="getControlList"
:placeholder="$t('pub.pleaseImport')"></el-input>
:placeholder="$t('pub.pleaseImport')" @keyup.native="checkInteger(queryMsg,'TCID')"></el-input>
</span>
</li>
<li>
......@@ -750,7 +749,7 @@
RateOn: '-1',
TeamType: 2, //一日游的团
IsShowUnion: 1,
TCID: '0',
TCID: '',
},
remarkMsg: {
TCID: 0,
......@@ -904,12 +903,18 @@
if (msg.DayNum == '') {
msg.DayNum = -1
}
if (msg.TCID == "") {
msg.TCID = 0;
}
this.queryCommonData.loading = true
this.apipost(
'travel_get_GetTravelPrciePageList_V2',
msg,
res => {
this.queryCommonData.loading = false
this.queryCommonData.loading = false;
if (this.queryMsg.TCID == "0") {
this.queryMsg.TCID = "";
}
if (res.data.resultCode == 1) {
this.queryCommonData.dataList = res.data.data.pageData
this.queryMsg.total = res.data.data.count
......@@ -1523,7 +1528,7 @@
if (!this.$route.query.tcmun) {
this.queryMsg.StartGroupDate = nowDate
}
if (this.queryCommonData.IsParentCompany != 1) {
if (this.queryCommonData.IsParentCompany != 1&& this.CurrentUserInfo.RB_Branch_id != 49) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id)
}
this.getControlList()
......
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