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
237306e1
Commit
237306e1
authored
Jul 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2b2dda25
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
5 deletions
+28
-5
infor8.vue
pages/teamLeader/components/schedule/infor8.vue
+0
-1
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+19
-0
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+9
-4
No files found.
pages/teamLeader/components/schedule/infor8.vue
View file @
237306e1
...
...
@@ -28,7 +28,6 @@
display
:
block
;
}
.infor1-left
{
min-width
:
120rpx
;
white-space
:
nowrap
;
}
</
style
>
...
...
pages/teamLeader/itineraryDetails.vue
View file @
237306e1
...
...
@@ -656,6 +656,25 @@ export default {
Math
.
floor
(
e
.
detail
.
scrollTop
-
600
)
/
100
>
1
?
1
:
Math
.
floor
(
e
.
detail
.
scrollTop
-
600
)
/
100
;
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
let
pev
let
nex
let
fir
let
las
if
(
index
>
0
)
pev
=
this
.
titlesList
[
index
-
1
]
if
(
index
<
this
.
titlesList
.
length
-
1
)
nex
=
this
.
titlesList
[
index
+
1
]
if
(
index
==
this
.
titlesList
.
length
-
1
)
las
=
this
.
titlesList
[
index
]
if
(
index
==
0
)
fir
=
this
.
titlesList
[
index
]
if
(
pev
!=
undefined
&&
this
.
old
.
scrollTop
>
pev
.
top
&&
nex
!=
undefined
&&
this
.
old
.
scrollTop
<
nex
.
top
){
this
.
current
=
x
.
ID
}
if
(
fir
!=
undefined
&&
this
.
old
.
scrollTop
<
fir
.
top
){
this
.
current
=
x
.
ID
}
if
(
las
!=
undefined
&&
this
.
old
.
scrollTop
>
las
.
top
){
this
.
current
=
x
.
ID
}
}
)
this
.
$forceUpdate
();
}
,
downloadTripPlanHandler
()
{
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
237306e1
...
...
@@ -69,8 +69,8 @@
<view
class=
"reimbursementInforTitle"
>
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
<scroll-view
class=
"reimbursementInforTsBox"
:scroll-x=
"true"
:scroll-left=
"scrollLeft"
@
scroll=
"scrollHandler"
>
:scroll-left=
"scrollLeft
Header
"
@
scroll=
"scrollHandler
Header
"
>
<view
class=
"reimbursementInforT-text row-aic-n"
>
<view
class=
"reimbursementInforText"
:class=
"[params.type==item.id?'active':'']"
...
...
@@ -262,6 +262,7 @@ export default {
},
],
scrollLeft
:
0
,
scrollLeftHeader
:
0
,
currencyList
:
[],
shopTypeList
:
[],
}
...
...
@@ -376,10 +377,14 @@ export default {
}
})
},
scrollHandler
(
e
){
// console.log(e.detail.scrollLeft,'-
----------')
scrollHandler
Header
(
e
){
console
.
log
(
e
,
'
----------'
)
// this.scrollLeft = e.detail.scrollLeft
},
scrollHandler
(
e
){
console
.
log
(
e
,
'----------2222'
)
// this.scrollLeftHeader = e.detail.scrollLeft
},
scroll
(
e
)
{
this
.
old
.
scrollTop
=
e
.
detail
.
scrollTop
this
.
boxOption
=
Math
.
floor
((
e
.
detail
.
scrollTop
-
100
)
/
1.5
);
...
...
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