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
05daea4d
Commit
05daea4d
authored
Nov 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a0aca35a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
contributeCommission.vue
src/pages/financial/contribution/contributeCommission.vue
+5
-5
No files found.
src/pages/financial/contribution/contributeCommission.vue
View file @
05daea4d
...
...
@@ -269,8 +269,8 @@
this
.
$message
.
error
(
'提成总金额为0'
)
}
}
else
{
if
(
item
.
SchooldCommission
>
0
){
this
.
goaddFinancial
(
item
.
SchooldCommission
,
item
.
Id
,
''
)
if
(
item
.
CommissionMoney
>
0
){
this
.
goaddFinancial
(
item
.
CommissionMoney
,
item
.
Id
,
''
)
}
else
{
this
.
$message
.
error
(
'校区提成总金额为0'
)
}
...
...
@@ -281,7 +281,7 @@
let
School_Id
=
0
;
let
obj
=
{
CostType
:
31
6
,
CostType
:
129
6
,
Money
:
Money
,
CurrencyId
:
21
,
XSTC
:
1
,
...
...
@@ -341,7 +341,7 @@
this
.
multipleSelection
=
val
;
let
zong
=
0
this
.
multipleSelection
.
forEach
(
x
=>
{
zong
+=
x
.
C
urrentPeriod
Money
zong
+=
x
.
C
ommission
Money
})
this
.
totalAmount
=
zong
},
...
...
@@ -363,7 +363,7 @@
let
EmpIds
=
''
;
let
data
=
[]
this
.
multipleSelection
.
forEach
(
x
=>
{
data
.
push
(
x
.
Us
erId
)
data
.
push
(
x
.
Teach
erId
)
})
EmpIds
=
data
.
join
(
','
)
setTeaConCommissionSendEmployee
({
PeriodId
:
this
.
CheckID
,
EmpIds
:
EmpIds
}).
then
(
res
=>
{
...
...
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