Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
d3b78d11
Commit
d3b78d11
authored
Sep 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d8db3d95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
studyAbroadCommission.vue
src/pages/financial/studyabroad/studyAbroadCommission.vue
+4
-4
No files found.
src/pages/financial/studyabroad/studyAbroadCommission.vue
View file @
d3b78d11
...
@@ -125,8 +125,8 @@
...
@@ -125,8 +125,8 @@
style=
"width: 100%"
>
style=
"width: 100%"
>
<el-table-column
type=
"selection"
width=
"55"
:selectable=
"checkSelectable"
></el-table-column>
<el-table-column
type=
"selection"
width=
"55"
:selectable=
"checkSelectable"
></el-table-column>
<el-table-column
prop=
"UserName"
label=
"用户"
>
</el-table-column>
<el-table-column
prop=
"UserName"
label=
"用户"
>
</el-table-column>
<el-table-column
prop=
"StudentCount"
label=
"
学生
数量"
>
</el-table-column>
<el-table-column
prop=
"StudentCount"
label=
"
客人
数量"
>
</el-table-column>
<el-table-column
prop=
"C
urrentPeriod
Money"
label=
"应发提成金额"
>
</el-table-column>
<el-table-column
prop=
"C
ommission
Money"
label=
"应发提成金额"
>
</el-table-column>
<el-table-column
prop=
"IsGiveOut"
label=
"是否已发放"
>
<el-table-column
prop=
"IsGiveOut"
label=
"是否已发放"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
'scope.row.IsGiveOut==1'
>
已发放
</span>
<span
v-if=
'scope.row.IsGiveOut==1'
>
已发放
</span>
...
@@ -329,7 +329,7 @@
...
@@ -329,7 +329,7 @@
},
},
getcomSendEmployeeList
(
Id
){
//获取可发放提成的用户
getcomSendEmployeeList
(
Id
){
//获取可发放提成的用户
getSellStudyAbroadSendEmployeeList
({
PeriodId
:
Id
}).
then
(
res
=>
{
getSellStudyAbroadSendEmployeeList
({
PeriodId
:
Id
}).
then
(
res
=>
{
this
.
SendEmployeeList
=
res
.
Data
.
Data
;
this
.
SendEmployeeList
=
res
.
Data
;
this
.
costmode
=
true
this
.
costmode
=
true
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
this
.
multipleSelection
=
val
;
this
.
multipleSelection
=
val
;
let
zong
=
0
let
zong
=
0
this
.
multipleSelection
.
forEach
(
x
=>
{
this
.
multipleSelection
.
forEach
(
x
=>
{
zong
+=
x
.
C
urrentPeriod
Money
zong
+=
x
.
C
ommission
Money
})
})
this
.
totalAmount
=
zong
this
.
totalAmount
=
zong
},
},
...
...
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