Commit d4a7523d authored by youjie's avatar youjie

no message

parent 01dc29a2
......@@ -1232,7 +1232,7 @@
resultStr += '已取消订车,取消时间:' + item.CarPushDate + '<br/>点击可重新推送用车';
}
}
//订房推送
//订房推送
else if (type == 1) {
if (item.IsPush == 1) {
resultStr = '已推送订房,推送时间:' + item.HotelPushDate + '<br/> 点击可取消订房';
......@@ -2139,6 +2139,9 @@
if (this.$route.query.tcmun) {
this.queryMsg.TCNUM = this.$route.query.tcmun
}
if (this.$route.query.TCID) {
this.queryMsg.TCID = this.$route.query.TCID;
}
if (this.CurrentUserInfo.IsParentCompany == undefined) {
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