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
7f813c00
Commit
7f813c00
authored
Jul 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
76525cd0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
list.vue
pages/teamLeader/list.vue
+2
-1
schedule.vue
pages/teamLeader/schedule.vue
+10
-10
No files found.
pages/teamLeader/list.vue
View file @
7f813c00
...
...
@@ -215,7 +215,8 @@ export default {
},
onLoad
(
option
){
this
.
b2b_user_info
=
uni
.
getStorageSync
(
'b2b_user'
)
if
(
this
.
msg
.
LeaderId
==
''
)
this
.
msg
.
LeaderId
=
this
.
b2b_user_info
.
erpBaseInfo
.
employeeId
if
(
option
.
LeaderId
)
this
.
msg
.
LeaderId
=
option
.
LeaderId
else
this
.
msg
.
LeaderId
=
this
.
b2b_user_info
.
erpBaseInfo
.
employeeId
this
.
init
()
},
created
()
{
...
...
pages/teamLeader/schedule.vue
View file @
7f813c00
...
...
@@ -371,24 +371,24 @@ export default {
this
.
PrincipalList
.
forEach
((
item
,
index
)
=>
{
let
data
=
this
.
inforData1
.
PrincipalList
[
0
]
data
.
CreateByNameList
.
push
({
name
:
data
.
CreateByName
,
tel
:
data
.
CreateByMobile
name
:
item
.
CreateByName
,
tel
:
item
.
CreateByMobile
})
data
.
HConfirmNameList
.
push
({
name
:
data
.
HConfirmName
,
tel
:
data
.
HConfirmMobile
name
:
item
.
HConfirmName
,
tel
:
item
.
HConfirmMobile
})
data
.
BConfirmNameList
.
push
({
name
:
data
.
BConfirmName
,
tel
:
data
.
BConfirmMobile
name
:
item
.
BConfirmName
,
tel
:
item
.
BConfirmMobile
})
data
.
DConfirmNameList
.
push
({
name
:
data
.
DConfirmName
,
tel
:
data
.
DConfirmMobile
name
:
item
.
DConfirmName
,
tel
:
item
.
DConfirmMobile
})
data
.
TConfirmNameList
.
push
({
name
:
data
.
TConfirmName
,
tel
:
data
.
TConfirmMobile
name
:
item
.
TConfirmName
,
tel
:
item
.
TConfirmMobile
})
})
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