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
0f3653fa
Commit
0f3653fa
authored
Jul 08, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5de253fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
119 additions
and
56 deletions
+119
-56
billDetails.vue
pages/teamLeader/billDetails.vue
+0
-4
index.vue
pages/teamLeader/index.vue
+11
-7
itineraryInformation.vue
pages/teamLeader/itineraryInformation.vue
+108
-45
No files found.
pages/teamLeader/billDetails.vue
View file @
0f3653fa
...
...
@@ -365,11 +365,9 @@ export default {
this
.
$forceUpdate
();
},
init
()
{
this
.
loading
=
true
;
uni
.
showLoading
()
this
.
apipost
(
"dmcstatistics_post_GetTotalPrice_V2"
,
this
.
msg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
loading
=
false
;
uni
.
hideLoading
()
this
.
dataList
=
res
.
data
.
sort
((
a
,
b
)
=>
{
return
new
Date
(
b
.
TeamUsePriceList
[
0
].
UseTime
)
-
new
Date
(
a
.
TeamUsePriceList
[
0
].
UseTime
)
...
...
@@ -393,14 +391,12 @@ export default {
this
.
newTeamUsePrice
()
}
},
(
failed
)
=>
{
this
.
loading
=
false
;
uni
.
hideLoading
()
uni
.
showToast
({
title
:
failed
.
message
,
icon
:
"none"
,
});
},
(
error
)
=>
{
this
.
loading
=
false
;
uni
.
hideLoading
()
})
},
...
...
pages/teamLeader/index.vue
View file @
0f3653fa
...
...
@@ -242,19 +242,19 @@ export default {
{
name
:
"行程"
,
src
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638868998200882976.png"
,
path
:
""
,
path
:
"
/pages/teamLeader/itineraryInformation
"
,
id
:
2
,
},
{
name
:
"分房表"
,
src
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638868998392386701.png"
,
path
:
""
,
path
:
"
/pages/teamLeader/roomAllocation
"
,
id
:
3
,
},
{
name
:
"计划表"
,
src
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638868998200482430.png"
,
path
:
""
,
path
:
"
/pages/teamLeader/schedule
"
,
id
:
4
,
},
{
...
...
@@ -266,7 +266,7 @@ export default {
{
name
:
"意见调查"
,
src
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638868998200462985.png"
,
path
:
""
,
path
:
"
/pages/teamLeader/opinionSurvey
"
,
id
:
6
,
}
],
...
...
@@ -301,10 +301,14 @@ export default {
},
methods
:
{
goUrl
(
url
){
uni
.
navigateTo
({
url
:
`
${
url
}
?TCIDs=
${
this
.
msg
.
TCIDs
}
`
,
if
(
url
!=
''
){
uni
.
navigateTo
({
url
:
`
${
url
}
?TCIDs=
${
this
.
msg
.
TCIDs
}
`
,
})
})
}
else
{
this
.
showQRCode
=
true
}
},
close
(){
this
.
currencyVisible
=
false
...
...
pages/teamLeader/itineraryInformation.vue
View file @
0f3653fa
This diff is collapsed.
Click to expand it.
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