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
f1028279
Commit
f1028279
authored
Jul 23, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'B2C' of
http://gitlab.oytour.com/zk123/jz_travel
into B2C
parents
b59be1e7
2a632bd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+6
-2
No files found.
pages/teamLeader/components/headeDatas.vue
View file @
f1028279
...
...
@@ -197,7 +197,7 @@
</view>
<view
v-if=
"params.type==3"
class=
"headeDatasCenterBox din"
stripe
>
<
template
v-for=
"item in datas.DiningSummaryList[datas.diningIndex].DiningPriceList"
>
<view
class=
"headeDatasCenter row"
>
<view
class=
"headeDatasCenter row"
v-if=
"item.UsePeopleNum>0"
>
<view>
{{
getPeopleName
(
item
.
PeopleType
)
}}
</view>
<view>
人数:
{{
item
.
UsePeopleNum
}}
</view>
<view
class=
"flex1"
>
单价:¥
{{
item
.
PeoplePrice
}}
</view>
...
...
@@ -206,7 +206,7 @@
</view>
<view
v-if=
"params.type==4"
class=
"headeDatasCenterBox"
stripe
>
<
template
v-for=
"item in datas.ScenicStatisticsList[datas.scenicIndex].TicketPriceList"
>
<view
class=
"headeDatasCenter row"
>
<view
class=
"headeDatasCenter row"
v-if=
"item.PeopleNum>0"
>
<view>
{{
getPeopleName
(
item
.
PeopleType
)
}}
</view>
<view>
人数:
{{
item
.
PeopleNum
}}
</view>
<view
class=
"flex1"
>
单价:¥
{{
item
.
PeoplePrice
}}
</view>
...
...
@@ -490,6 +490,10 @@
return
x
.
id
==
this
.
DiningList
[
this
.
dataIndex
].
DiningSummaryList
[
this
.
datas
.
diningIndex
]
.
ReimburseList
.
CurrencyId
})
console
.
log
(
"this.DiningList[this.dataIndex].DiningSummaryList[this.datas.diningIndex]"
,
this
.
DiningList
[
this
.
dataIndex
].
DiningSummaryList
[
this
.
datas
.
diningIndex
]
.
ReimburseList
);
console
.
log
(
"dining_list"
,
list
)
if
(
list
.
length
==
1
)
list
=
this
.
currencyObj
=
JSON
.
parse
(
JSON
.
stringify
(
list
[
0
]))
else
this
.
currencyObj
=
{
id
:
0
,
...
...
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