Commit 990a346d authored by youjie's avatar youjie

no message

parent be109039
...@@ -211,7 +211,11 @@ ...@@ -211,7 +211,11 @@
<view class="headeDatasCenter row" v-if="item.HouseTypeCount>0"> <view class="headeDatasCenter row" v-if="item.HouseTypeCount>0">
<view>{{ getHotelName(item.HouseType) }}</view> <view>{{ getHotelName(item.HouseType) }}</view>
<view>数量:{{ item.HouseTypeCount }}</view> <view>数量:{{ item.HouseTypeCount }}</view>
<view class="flex1">单价:¥{{ item.UnitPrice }}</view> <view class="flex1">
<template v-if="datas.HotelOrderList[datas.hotelIndex].PayStyle==1">
单价:¥{{ item.UnitPrice }}
</template>
</view>
</view> </view>
</template> </template>
</template> </template>
...@@ -222,7 +226,11 @@ ...@@ -222,7 +226,11 @@
<view class="headeDatasCenter row" v-if="item.UsePeopleNum>0"> <view class="headeDatasCenter row" v-if="item.UsePeopleNum>0">
<view>{{ getPeopleName(item.PeopleType) }}</view> <view>{{ getPeopleName(item.PeopleType) }}</view>
<view>人数:{{ item.UsePeopleNum }}</view> <view>人数:{{ item.UsePeopleNum }}</view>
<view class="flex1">单价:¥{{ item.PeoplePrice }}</view> <view class="flex1">
<template v-if="datas.DiningSummaryList[datas.diningIndex].PayStyle==1">
单价:¥{{ item.PeoplePrice }}
</template>
</view>
</view> </view>
</template> </template>
</template> </template>
...@@ -233,7 +241,11 @@ ...@@ -233,7 +241,11 @@
<view class="headeDatasCenter row" v-if="item.PeopleNum>0"> <view class="headeDatasCenter row" v-if="item.PeopleNum>0">
<view>{{ getPeopleName(item.PeopleType) }}</view> <view>{{ getPeopleName(item.PeopleType) }}</view>
<view>人数:{{ item.PeopleNum }}</view> <view>人数:{{ item.PeopleNum }}</view>
<view class="flex1">单价:¥{{ item.PeoplePrice }}</view> <view class="flex1">
<template v-if="datas.ScenicStatisticsList[datas.scenicIndex].PayStyle==1">
单价:¥{{ item.PeoplePrice }}
</template>
</view>
</view> </view>
</template> </template>
</template> </template>
......
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