Commit 9956de0e authored by 吴春's avatar 吴春

页面修改

parent be240a89
...@@ -490,6 +490,7 @@ ...@@ -490,6 +490,7 @@
LeaderName: "", //领队名称 LeaderName: "", //领队名称
GuideName: "", //导游名称 GuideName: "", //导游名称
IsEditHotelPeople:0,//是否有修改人数权限[0-不能修改,1-可以修改] IsEditHotelPeople:0,//是否有修改人数权限[0-不能修改,1-可以修改]
IsCombine:false,//是否是合团,true-是合团,false-不是合团
} }
}, },
components: { components: {
...@@ -701,7 +702,8 @@ ...@@ -701,7 +702,8 @@
this.loading = true; this.loading = true;
this.apipost('dmcstatistics_get_GetHotelStaticsDetail_V2', { this.apipost('dmcstatistics_get_GetHotelStaticsDetail_V2', {
TCIDs: this.$route.query.id, TCIDs: this.$route.query.id,
NewCombinationNum: this.$route.query.NewCombinationNum NewCombinationNum: this.$route.query.NewCombinationNum,
IsCombine:this.IsCombine
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.IsOperation = res.data.data.IsOperation; this.IsOperation = res.data.data.IsOperation;
...@@ -928,6 +930,7 @@ ...@@ -928,6 +930,7 @@
this.TCNUM = this.$route.query.TCNUM; this.TCNUM = this.$route.query.TCNUM;
this.flightTotal = this.$route.query.flightTotal; this.flightTotal = this.$route.query.flightTotal;
this.GuestNum = this.$route.query.GuestNum; this.GuestNum = this.$route.query.GuestNum;
this.IsCombine=this.$route.query.IsCombine;
let width = window.innerWidth - 50; let width = window.innerWidth - 50;
let height = window.innerHeight - 65 - 55; let height = window.innerHeight - 65 - 55;
this.boxHeight = height; this.boxHeight = height;
......
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