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
4ef9734a
Commit
4ef9734a
authored
Jul 11, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
01d455b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
16 deletions
+13
-16
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+12
-15
roomAllocation.vue
pages/teamLeader/roomAllocation.vue
+1
-1
No files found.
pages/teamLeader/itineraryDetails.vue
View file @
4ef9734a
...
...
@@ -521,20 +521,21 @@ export default {
watch
:
{
d
:{
handler
(
newVal
,
oldVal
){
if
(
this
.
dataList
&&
this
.
dataList
.
dayNum
>=
0
){
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
if
(
index
==
1
)
x
.
Name
=
`${this.dataList.dayNum
}
日行程`
const
query
=
uni
.
createSelectorQuery
().
select
(
`#${x.val
}
`
);
if
(
query
)
query
.
boundingClientRect
((
rect
)
=>
{
x
.
top
=
rect
.
top
-
130
;
}
).
exec
();
if
(
index
==
3
)
uni
.
hideLoading
()
}
)
if
(
this
.
d
&&
this
.
d
.
length
>
0
){
setTimeout
(()
=>
{
this
.
titlesList
.
forEach
((
x
,
index
)
=>
{
if
(
index
==
1
)
x
.
Name
=
`${this.dataList.dayNum
}
日行程`
const
query
=
uni
.
createSelectorQuery
().
select
(
`#${x.val
}
`
);
if
(
query
)
query
.
boundingClientRect
((
rect
)
=>
{
x
.
top
=
rect
.
top
-
130
;
}
).
exec
();
if
(
index
==
3
)
uni
.
hideLoading
()
}
)
}
,
3000
)
}
}
,
deep
:
true
,
immediate
:
tru
e
immediate
:
fals
e
}
,
}
,
mounted
()
{
...
...
@@ -576,10 +577,6 @@ export default {
x
.
zhusu
=
x
.
dayArray
.
filter
(
z
=>
z
.
type
==
3
)
x
.
canshi
=
x
.
dayArray
.
filter
(
z
=>
z
.
type
==
4
)
}
);
setTimeout
(()
=>
{
}
,
5000
);
}
}
,
formatTraffice
(
tras
)
{
...
...
pages/teamLeader/roomAllocation.vue
View file @
4ef9734a
...
...
@@ -92,7 +92,7 @@
<view
class=
"roomHeader"
>
<headers
:title=
"pageTitle"
color=
"#fff"
></headers>
</view>
<view
v-if=
"dataList&&dataList.length>
0
"
class=
"PT20 row justify-between items-center roomHeaderTitle PX30 fz30"
>
<view
v-if=
"dataList&&dataList.length>
1
"
class=
"PT20 row justify-between items-center roomHeaderTitle PX30 fz30"
>
<view
v-for=
"(item,index) in dataList"
class=
"PX40 PY10"
:class=
"[currentId==item.TCNUM?'active':'']"
@
click=
"newData(item)"
>
...
...
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