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
8b084af0
Commit
8b084af0
authored
Sep 03, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人头奖励制单
parent
52836c76
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
39 deletions
+57
-39
rewardDetailed.vue
src/pages/course/rewardDetailed.vue
+5
-5
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+31
-14
achievementPeriodsList.vue
src/pages/financial/market/achievementPeriodsList.vue
+21
-20
No files found.
src/pages/course/rewardDetailed.vue
View file @
8b084af0
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</div>
</div>
</div>
</div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
<q-table
style=
"max-height: 65vh;overflow: auto;"
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
separator=
"none"
:data=
"data.List"
:columns=
"columns"
row-key=
"name"
>
separator=
"none"
:data=
"data.List"
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:top=
"props"
>
<template
v-slot:top=
"props"
>
<div
class=
"col-2 q-table__title"
>
教师课时费明细
</div>
<div
class=
"col-2 q-table__title"
>
教师课时费明细
</div>
...
...
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
8b084af0
...
@@ -1413,6 +1413,23 @@
...
@@ -1413,6 +1413,23 @@
this
.
msg
.
detailList
[
i
-
1
]
=
list
;
this
.
msg
.
detailList
[
i
-
1
]
=
list
;
}
else
{
}
else
{
this
.
msg
.
detailList
.
push
(
list
);
this
.
msg
.
detailList
.
push
(
list
);
// 人头奖励类型
if
(
this
.
orderObj
.
PeopleCostType
&&
this
.
orderObj
.
PeopleCostType
>
0
)
{
let
num
=
(
1
*
this
.
orderObj
.
PeopleMoney
)
*
list
.
Rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
this
.
msg
.
detailList
.
push
({
...
list
,
UnitPrice
:
this
.
orderObj
.
PeopleMoney
,
UnitPriceTo
:
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
this
.
orderObj
.
PeopleMoney
*
100
)
/
100
),
yTotalPrice
:
this
.
orderObj
.
PeopleMoney
,
yTotalPriceTo
:
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
this
.
orderObj
.
PeopleMoney
*
100
)
/
100
),
bTotalPrice
:
num
,
bTotalPriceTo
:
this
.
$commonUtils
.
addCommas
(
num
),
CostTypeId
:
this
.
orderObj
.
PeopleCostType
})
};
}
}
let
allPrice
=
0
let
allPrice
=
0
this
.
msg
.
detailList
.
forEach
(
x
=>
{
this
.
msg
.
detailList
.
forEach
(
x
=>
{
...
...
src/pages/financial/market/achievementPeriodsList.vue
View file @
8b084af0
...
@@ -293,7 +293,9 @@
...
@@ -293,7 +293,9 @@
OtherType
:
50
,
//业绩提成
OtherType
:
50
,
//业绩提成
ReFinanceId
:
Id
,
ReFinanceId
:
Id
,
ReFinanceId2
:
this
.
msg
.
SchoolId
,
ReFinanceId2
:
this
.
msg
.
SchoolId
,
EduCommissionEmp
:
EmpIds
EduCommissionEmp
:
EmpIds
,
PeopleCostType
:
this
.
totalPeople
>
0
?
486
:
0
,
PeopleMoney
:
this
.
totalPeople
,
}
}
let
query
=
{
let
query
=
{
blank
:
"y"
,
blank
:
"y"
,
...
@@ -403,4 +405,3 @@
...
@@ -403,4 +405,3 @@
@import
url('~assets/css/table.sass')
@import
url('~assets/css/table.sass')
</
style
>
</
style
>
\ No newline at end of file
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