Commit 50e71c22 authored by 华国豪's avatar 华国豪 🙄

1

parent bead3c39
...@@ -183,10 +183,10 @@ ...@@ -183,10 +183,10 @@
{{subItem.HotelName!=subItem.NewHotelName?""+subItem.NewHotelName:""}} {{subItem.HotelName!=subItem.NewHotelName?""+subItem.NewHotelName:""}}
</td> </td>
<td v-if="childIndex==0" :rowspan="6"> <td v-if="childIndex==0" :rowspan="6">
{{subItem.HouseStatistics.NeedBed}}/{{subItem.HouseStatistics.NoNeedBed}} {{subItem.RealityHouseGuestNum}}/{{subItem.HouseStatistics.NoNeedBed}}
</td> </td>
<td v-if="childIndex==0" :rowspan="6"> <td v-if="childIndex==0" :rowspan="6">
{{subItem.HouseStatistics.RealityRoomNum}} {{subItem.RealityHouseTypeCount}}
</td> </td>
<td> <td>
<span v-if="childItem.HouseType === 1">单间</span> <span v-if="childItem.HouseType === 1">单间</span>
......
...@@ -843,7 +843,8 @@ ...@@ -843,7 +843,8 @@
'NewCombinationNum': outItem.NewCombinationNum, 'NewCombinationNum': outItem.NewCombinationNum,
'LeaderName': obj.LeaderName, 'LeaderName': obj.LeaderName,
'GuideName': obj.GuideName, 'GuideName': obj.GuideName,
'IsCombine':outItem.PriceCommonList.length>1,//是否是合团 'IsCombine':outItem.PriceCommonList.length>1,
'NewTCIDs':outItem.TCIDS,
blank: 'y', blank: 'y',
tab: title tab: title
} }
...@@ -1026,7 +1027,6 @@ ...@@ -1026,7 +1027,6 @@
"-" + "-" +
myDate.getDate(); myDate.getDate();
this.msg.StartDate = nowDate; this.msg.StartDate = nowDate;
//this.msg.CombinationNum = 'JVS0727OTC-MUA'; //this.msg.CombinationNum = 'JVS0727OTC-MUA';
this.getLineList(); this.getLineList();
this.getList(); this.getList();
......
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