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
f1302eef
Commit
f1302eef
authored
Jul 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
05db2314
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
38 deletions
+20
-38
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+1
-1
list.vue
pages/teamLeader/list.vue
+7
-4
schedule.vue
pages/teamLeader/schedule.vue
+12
-33
No files found.
pages/teamLeader/itineraryDetails.vue
View file @
f1302eef
...
@@ -531,7 +531,7 @@ export default {
...
@@ -531,7 +531,7 @@ export default {
}
).
exec
();
}
).
exec
();
if
(
index
==
3
)
uni
.
hideLoading
()
if
(
index
==
3
)
uni
.
hideLoading
()
}
)
}
)
}
,
3
000
)
}
,
10
000
)
}
}
}
,
}
,
deep
:
true
,
deep
:
true
,
...
...
pages/teamLeader/list.vue
View file @
f1302eef
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
@
click=
"goTeamLeader(item)"
>
@
click=
"goTeamLeader(item)"
>
<view
class=
"list-top row justify-between"
>
<view
class=
"list-top row justify-between"
>
<view
class=
"list-top-left row items-center"
>
<view
class=
"list-top-left row items-center"
>
<view
class=
"list-top-tisp"
v-if=
"item.TravelPriceList.length>
0&&item.TravelPriceList[0].CombinationNum
"
>
合
</view>
<view
class=
"list-top-tisp"
v-if=
"item.TravelPriceList.length>
1
"
>
合
</view>
<view
class=
"list-top-text"
>
{{
item
.
LineName
}}
</view>
<view
class=
"list-top-text"
>
{{
item
.
LineName
}}
</view>
<u-icon
name=
"arrow"
size=
"28"
color=
"#ccc"
></u-icon>
<u-icon
name=
"arrow"
size=
"28"
color=
"#ccc"
></u-icon>
</view>
</view>
...
@@ -207,7 +207,7 @@ export default {
...
@@ -207,7 +207,7 @@ export default {
// noData:'',//
// noData:'',//
// currentPage: 1,//
// currentPage: 1,//
TCStatus
:
2
,
// 团期状态 0不限 1未开始,2进行中,3已结束
TCStatus
:
2
,
// 团期状态 0不限 1未开始,2进行中,3已结束
LeaderId
:
''
,
// 领队id2811 3036
LeaderId
:
'
2811
'
,
// 领队id2811 3036
orderBy
:
1
,
orderBy
:
1
,
},
},
b2b_user_info
:
{}
b2b_user_info
:
{}
...
@@ -248,9 +248,10 @@ export default {
...
@@ -248,9 +248,10 @@ export default {
uni
.
showLoading
()
uni
.
showLoading
()
if
(
this
.
msg
.
pageIndex
==
1
)
this
.
couponDataList
=
[]
if
(
this
.
msg
.
pageIndex
==
1
)
this
.
couponDataList
=
[]
this
.
apipost
(
"travel_get_GetUniteDmcPageList"
,
this
.
msg
,
(
res
)
=>
{
this
.
apipost
(
"travel_get_GetUniteDmcPageList"
,
this
.
msg
,
(
res
)
=>
{
this
.
loading
=
false
;
uni
.
hideLoading
()
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
uni
.
hideLoading
()
this
.
loading
=
false
;
const
d
=
res
.
data
.
pageData
;
const
d
=
res
.
data
.
pageData
;
this
.
page_count
=
res
.
data
.
pageCount
;
this
.
page_count
=
res
.
data
.
pageCount
;
this
.
dataList
=
this
.
dataList
.
concat
(
d
)
this
.
dataList
=
this
.
dataList
.
concat
(
d
)
...
@@ -258,6 +259,8 @@ export default {
...
@@ -258,6 +259,8 @@ export default {
return
new
Date
(
b
.
TravelPriceList
[
0
].
StartDate
)
-
new
Date
(
a
.
TravelPriceList
[
0
].
StartDate
)
return
new
Date
(
b
.
TravelPriceList
[
0
].
StartDate
)
-
new
Date
(
a
.
TravelPriceList
[
0
].
StartDate
)
})
})
if
(
this
.
page_count
==
1
)
this
.
status
=
'nomore'
if
(
this
.
page_count
==
1
)
this
.
status
=
'nomore'
}
else
{
uni
.
hideLoading
()
}
}
},
(
failed
)
=>
{
},
(
failed
)
=>
{
uni
.
hideLoading
()
uni
.
hideLoading
()
...
...
pages/teamLeader/schedule.vue
View file @
f1302eef
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
4
;
-webkit-line-clamp
:
2
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.triangle
{
.triangle
{
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<view
class=
"scheduleHeaderBox"
>
<view
class=
"scheduleHeaderBox"
>
<view
class=
"scheduleTitle"
>
<view
class=
"scheduleTitle"
>
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
<view
class=
"PT10 row justify-center items-center colorFFF"
<view
v-if=
"BaseInfo&&BaseInfo.length>1"
class=
"PT10 row justify-center items-center colorFFF"
@
click=
"BaseInfo.length>1?optionVisible=true:''"
>
@
click=
"BaseInfo.length>1?optionVisible=true:''"
>
<text
class=
"fz36"
>
{{
BaseInfo
[
currentIndex
].
TCNUMS
}}
</text>
<text
class=
"fz36"
>
{{
BaseInfo
[
currentIndex
].
TCNUMS
}}
</text>
<view
class=
"triangle ML10"
v-if=
"BaseInfo.length>1"
></view>
<view
class=
"triangle ML10"
v-if=
"BaseInfo.length>1"
></view>
...
@@ -369,48 +369,27 @@ export default {
...
@@ -369,48 +369,27 @@ export default {
}
}
arrList
(
this
.
inforData1
.
PrincipalList
)
arrList
(
this
.
inforData1
.
PrincipalList
)
this
.
PrincipalList
.
forEach
((
item
,
index
)
=>
{
this
.
PrincipalList
.
forEach
((
item
,
index
)
=>
{
if
(
index
){
let
data
=
this
.
inforData1
.
PrincipalList
[
0
]
let
data
=
this
.
inforData1
.
PrincipalList
[
0
]
data
.
CreateByNameList
=
[
{
data
.
CreateByNameList
.
push
(
{
name
:
data
.
CreateByName
,
name
:
data
.
CreateByName
,
tel
:
data
.
CreateByMobile
tel
:
data
.
CreateByMobile
},{
})
name
:
item
.
CreateByName
,
data
.
HConfirmNameList
.
push
({
tel
:
item
.
CreateByMobile
}]
data
.
HConfirmNameList
=
[{
name
:
data
.
HConfirmName
,
name
:
data
.
HConfirmName
,
tel
:
data
.
HConfirmMobile
tel
:
data
.
HConfirmMobile
},{
})
name
:
item
.
HConfirmName
,
data
.
BConfirmNameList
.
push
({
tel
:
item
.
HConfirmMobile
}]
data
.
BConfirmNameList
=
[{
name
:
data
.
BConfirmName
,
name
:
data
.
BConfirmName
,
tel
:
data
.
BConfirmMobile
tel
:
data
.
BConfirmMobile
},{
})
name
:
item
.
BConfirmName
,
data
.
DConfirmNameList
.
push
({
tel
:
item
.
BConfirmMobile
}]
data
.
DConfirmNameList
=
[{
name
:
data
.
DConfirmName
,
name
:
data
.
DConfirmName
,
tel
:
data
.
DConfirmMobile
tel
:
data
.
DConfirmMobile
},{
})
name
:
item
.
DConfirmName
,
data
.
TConfirmNameList
.
push
({
tel
:
item
.
DConfirmMobile
}]
data
.
TConfirmNameList
=
[{
name
:
data
.
TConfirmName
,
name
:
data
.
TConfirmName
,
tel
:
data
.
TConfirmMobile
tel
:
data
.
TConfirmMobile
},{
})
name
:
item
.
TConfirmName
,
tel
:
item
.
TConfirmMobile
}]
}
})
})
uni
.
hideLoading
()
uni
.
hideLoading
()
}
}
...
...
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