Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
a64fd225
Commit
a64fd225
authored
Nov 13, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ff81feb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
AlipayManagement.vue
src/components/LeaderManagement/AlipayManagement.vue
+7
-6
No files found.
src/components/LeaderManagement/AlipayManagement.vue
View file @
a64fd225
...
...
@@ -59,7 +59,7 @@
<el-input
v-model=
'msg.PayEndPrice'
class=
'w135'
type=
"number"
></el-input>
</span>
</li>
<li>
<
!--
<
li>
<span>
<em>
{{
$t
(
'ground.ldleixing'
)
}}
</em>
<el-select
v-model=
"msg.LeaderType"
class=
"multiple_input"
:placeholder=
"$t('pub.pleaseSel')"
...
...
@@ -74,14 +74,14 @@
</el-option>
</el-select>
</span>
</li>
</li>
-->
<li>
<span>
<em>
{{
$t
(
'
leader.leader_leaderGuid
'
)
}}
</em>
<em>
{{
$t
(
'
adm.adm_staff
'
)
}}
</em>
<el-select
v-model=
"msg.QLeaderId"
filterable
class=
"multiple_input"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
>
</el-option>
<el-option
v-for=
"item in LeaderList"
:label=
'item.
Name'
:value=
'item.ID'
:key=
'item.ID
'
>
<el-option
v-for=
"item in LeaderList"
:label=
'item.
EmName'
:value=
'item.EmployeeId'
:key=
'item.EmployeeId
'
>
</el-option>
</el-select>
</span>
...
...
@@ -261,6 +261,7 @@
},
mounted
()
{
this
.
getList
();
this
.
GetLeaderList
();
},
methods
:
{
delInstitution
(
obj
){
...
...
@@ -362,9 +363,9 @@
GetLeaderList
(){
//获取领队和导游
this
.
LeaderList
=
[];
this
.
msg
.
QLeaderId
=
0
;
let
msg
=
{
Type
:
this
.
msg
.
LeaderType
,
}
let
msg
=
{
GroupId
:
2
,
BranchId
:
-
1
,
DepartmentId
:
0
,
PostId
:
0
,
IsLeave
:
0
}
this
.
apipost
(
'
leader_post_
GetList'
,
msg
,
'
admin_get_Employee
GetList'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
LeaderList
=
res
.
data
.
data
;
...
...
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