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
cc3b6d9a
Commit
cc3b6d9a
authored
Jul 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'B2C' of
http://gitlab.oytour.com/zk123/jz_travel
into B2C
parents
e3986973
9389093a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+13
-11
No files found.
pages/teamLeader/itineraryDetails.vue
View file @
cc3b6d9a
...
@@ -210,12 +210,14 @@
...
@@ -210,12 +210,14 @@
<view
class=
"fz28"
>
<view
class=
"fz28"
>
<view>
本团机位
</view>
<view>
本团机位
</view>
<template
v-if=
"priceList&&priceList.length>0"
>
<template
v-if=
"priceList&&priceList.length>0"
>
<view
v-if=
"priceList[0].
C
Seat>0"
>
头等舱:
{{
priceList
[
0
].
cSeat
}}
</view>
<view
v-if=
"priceList[0].
c
Seat>0"
>
头等舱:
{{
priceList
[
0
].
cSeat
}}
</view>
<view
v-if=
"priceList[0].
FSeat>0"
>
商务
:
{{
priceList
[
0
].
fSeat
}}
</view>
<view
v-if=
"priceList[0].
fSeat>0"
>
商务舱
:
{{
priceList
[
0
].
fSeat
}}
</view>
<view
v-if=
"priceList[0].
YSeat>0"
>
经济
:
{{
priceList
[
0
].
ySeat
}}
</view>
<view
v-if=
"priceList[0].
ySeat>0"
>
经济舱
:
{{
priceList
[
0
].
ySeat
}}
</view>
</
template
>
</
template
>
</view>
</view>
<view
class=
"fz28 PT15 PB20"
>
报名人数{{ dataList.offerNumber?dataList.offerNumber:'' }}
</view>
<view
class=
"fz28 PT15 PB20"
>
报名人数:
<
template
v-if=
"priceList&&priceList.length>0"
>
{{
priceList
[
0
].
offerFSeat
+
priceList
[
0
].
offerCSeat
+
priceList
[
0
].
offerYSeat
}}
</
template
>
</view>
</view>
</view>
</view>
</view>
<view
class=
"bjLine"
></view>
<view
class=
"bjLine"
></view>
...
@@ -251,25 +253,25 @@
...
@@ -251,25 +253,25 @@
<
template
v-if=
"priceList.length>0"
>
<
template
v-if=
"priceList.length>0"
>
<view
class=
"fz28 PB20"
>
<view
class=
"fz28 PB20"
>
<view
class=
"priceFlightTitle row color000"
>
<view
class=
"priceFlightTitle row color000"
>
<view
class=
"flex1"
>
航
空
</view>
<view
class=
"flex1"
>
航
班号
</view>
<view
class=
"flex1"
>
出发机场
</view>
<view
class=
"flex1"
>
起飞时间
</view>
<view
class=
"flex1"
>
到达
机场
</view>
<view
class=
"flex1"
>
到达
时间
</view>
</view>
</view>
<view
class=
"priceFlightText fz28 row color666 MT20"
v-for=
"(item,index) in priceList[0].priceFlight"
>
<view
class=
"priceFlightText fz28 row color666 MT20"
v-for=
"(item,index) in priceList[0].priceFlight"
>
<view
class=
"flex1"
>
<view
class=
"flex1"
>
<view
class=
"fz24"
>
{{
item
.
flightNumber
}}
</view>
{{
item
.
alName
}}
{{
item
.
alName
}}
<view
class=
"fz24"
>
{{
item
.
flightNumber
}}
</view>
</view>
</view>
<view
class=
"flex1"
>
<view
class=
"flex1"
>
{{
item
.
departureAirPortName
}}
<view
class=
"fz24"
>
{{
item
.
startDate
}}
{{
item
.
departureTime
}}
</view>
<view
class=
"fz24"
>
{{
item
.
startDate
}}
{{
item
.
departureTime
}}
</view>
{{
item
.
departureAirPortName
}}
<view
v-if=
"item.stopoverAirPortName"
class=
"fz24"
>
<view
v-if=
"item.stopoverAirPortName"
class=
"fz24"
>
中:
{{
item
.
stopoverAirPortName
}}
中:
{{
item
.
stopoverAirPortName
}}
</view>
</view>
</view>
</view>
<view
class=
"flex1"
>
<view
class=
"flex1"
>
<view
class=
"fz24"
>
{{
item
.
arriveDate
}}
{{
item
.
arrivalTime
}}
</view>
{{
item
.
arrivalAirPortName
}}
{{
item
.
arrivalAirPortName
}}
<view
class=
"fz24"
>
{{
item
.
arriveDate
}}
{{
item
.
arrivalTime
}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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