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
307fc19e
Commit
307fc19e
authored
Jul 09, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ac0207c1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
billDetails.vue
pages/teamLeader/billDetails.vue
+1
-1
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+1
-1
itineraryInformation.vue
pages/teamLeader/itineraryInformation.vue
+14
-14
No files found.
pages/teamLeader/billDetails.vue
View file @
307fc19e
...
...
@@ -203,7 +203,7 @@
<img
class=
"ML20"
:src=
"!showOther?downImg[0]:downImg[1]"
/>
</view>
</view>
<view
v-if=
"dataList&&dataList[currentIndex]&&showOther"
class=
"PB20"
>
<view
v-if=
"dataList&&dataList[currentIndex]&&
dataList[currentIndex].OtherTotalPriceList.length>0&&
showOther"
class=
"PB20"
>
<view
v-for=
"(item,index) in dataList[currentIndex].OtherTotalPriceList"
class=
"billDetailsCCBox billDetailsCCBoxOth row items-center justify-between fz28"
>
...
...
pages/teamLeader/itineraryDetails.vue
View file @
307fc19e
...
...
@@ -423,7 +423,7 @@
export
default
{
data
()
{
return
{
scrollTop
:
120
0
,
scrollTop
:
0
,
old
:
{
scrollTop
:
0
}
,
...
...
pages/teamLeader/itineraryInformation.vue
View file @
307fc19e
...
...
@@ -105,9 +105,9 @@
border-radius
:
10rpx
;
}
.itineraryInformationSCenter
view
view
{
padding
:
20rpx
0
;
}
.itineraryInformationSCenter
view
view
:first-child
{
.itineraryInformationSCenter
view
.left
{
width
:
150rpx
;
text-align
:
right
;
color
:
#333
;
...
...
@@ -237,8 +237,8 @@
<
view
class
=
"itineraryInformationCBox PX30"
>
<
view
v
-
if
=
"datas[currentIndex]&&datas[currentIndex].ShopList&&datas[currentIndex].ShopList.length>0"
class
=
"MT30 PB30 itineraryInformationSCenter"
>
<
view
class
=
"row"
v
-
for
=
"(item,index) in datas[currentIndex].ShopList"
>
<
view
class
=
"fz24 MR30
"
v
-
if
=
"item.PolicyAttention"
>
{{
item
.
PolicyAttention
?
item
.
PolicyAttention
:
'
'
}}
<
/view
>
<
view
class
=
"flex1 fz28 MT20"
>
{{
item
.
ShopName
}}
<
/view
>
<
view
class
=
"fz24 MR30
left PY20"
v
-
if
=
"item.PolicyAttention"
>
{{
item
.
PolicyAttention
?
item
.
PolicyAttention
:
'-
'
}}
<
/view
>
<
view
class
=
"flex1 fz28 MT20
PY20 PL20
"
>
{{
item
.
ShopName
}}
<
/view
>
<
/view
>
<
/view
>
<
view
v
-
else
class
=
"fz26 text-center MT20"
>
无购物店安排
<
/view
>
...
...
@@ -251,24 +251,24 @@
<
view
class
=
"MT30 PB30 itineraryInformationSCenter"
v
-
for
=
"(item,index) in datas[currentIndex].PrincipalList"
>
<
view
class
=
"row"
>
<
view
class
=
"fz24"
>
车负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30"
>
{{
item
.
BConfirmName
?
item
.
BConfirmName
:
'无'
}}
{{
item
.
BConfirmMobile
!=
''
?
`/${item.BConfirmMobile
}
`
:
''
}}
<
/view
>
<
view
class
=
"fz24
left PY20
"
>
车负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30
PY20
"
>
{{
item
.
BConfirmName
?
item
.
BConfirmName
:
'无'
}}
{{
item
.
BConfirmMobile
!=
''
?
`/${item.BConfirmMobile
}
`
:
''
}}
<
/view
>
<
/view
>
<
view
class
=
"row"
>
<
view
class
=
"fz24"
>
门票负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30"
>
{{
item
.
TConfirmName
?
item
.
TConfirmName
:
'无'
}}
{{
item
.
TConfirmMobile
!=
''
?
`/${item.TConfirmMobile
}
`
:
''
}}
<
/view
>
<
view
class
=
"fz24
left PY20
"
>
门票负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30
PY20
"
>
{{
item
.
TConfirmName
?
item
.
TConfirmName
:
'无'
}}
{{
item
.
TConfirmMobile
!=
''
?
`/${item.TConfirmMobile
}
`
:
''
}}
<
/view
>
<
/view
>
<
view
class
=
"row"
>
<
view
class
=
"fz24"
>
机票负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30"
>
{{
item
.
CreateByName
?
item
.
CreateByName
:
'无'
}}
{{
item
.
CreateByMobile
!=
''
?
`/${item.CreateByMobile
}
`
:
''
}}
<
/view
>
<
view
class
=
"fz24
left PY20
"
>
机票负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30
PY20
"
>
{{
item
.
CreateByName
?
item
.
CreateByName
:
'无'
}}
{{
item
.
CreateByMobile
!=
''
?
`/${item.CreateByMobile
}
`
:
''
}}
<
/view
>
<
/view
>
<
view
class
=
"row"
>
<
view
class
=
"fz24"
>
订房负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30"
>
{{
item
.
HConfirmName
?
item
.
HConfirmName
:
'无'
}}
{{
item
.
HConfirmMobile
!=
''
?
`/${item.HConfirmMobile
}
`
:
''
}}
<
/view
>
<
view
class
=
"fz24
left PY20
"
>
订房负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30
PY20
"
>
{{
item
.
HConfirmName
?
item
.
HConfirmName
:
'无'
}}
{{
item
.
HConfirmMobile
!=
''
?
`/${item.HConfirmMobile
}
`
:
''
}}
<
/view
>
<
/view
>
<
view
class
=
"row"
>
<
view
class
=
"fz24"
>
订餐负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30"
>
{{
item
.
DConfirmName
?
item
.
DConfirmName
:
'无'
}}
{{
item
.
DConfirmMobile
!=
''
?
`/${item.DConfirmMobile
}
`
:
''
}}
<
/view
>
<
view
class
=
"fz24
left PY20
"
>
订餐负责人
<
/view
>
<
view
class
=
"flex1 fz28 ML30
PY20
"
>
{{
item
.
DConfirmName
?
item
.
DConfirmName
:
'无'
}}
{{
item
.
DConfirmMobile
!=
''
?
`/${item.DConfirmMobile
}
`
:
''
}}
<
/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