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

1

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