Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
990a346d
Commit
990a346d
authored
Jul 25, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
be109039
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+15
-3
No files found.
pages/teamLeader/components/headeDatas.vue
View file @
990a346d
...
...
@@ -211,7 +211,11 @@
<view
class=
"headeDatasCenter row"
v-if=
"item.HouseTypeCount>0"
>
<view>
{{
getHotelName
(
item
.
HouseType
)
}}
</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>
</template>
</template>
...
...
@@ -222,7 +226,11 @@
<view
class=
"headeDatasCenter row"
v-if=
"item.UsePeopleNum>0"
>
<view>
{{
getPeopleName
(
item
.
PeopleType
)
}}
</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>
</template>
</template>
...
...
@@ -233,7 +241,11 @@
<view
class=
"headeDatasCenter row"
v-if=
"item.PeopleNum>0"
>
<view>
{{
getPeopleName
(
item
.
PeopleType
)
}}
</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>
</template>
</template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment