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
73c5ffc7
Commit
73c5ffc7
authored
Jun 24, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
666ef752
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ExpectedCommission.vue
src/components/sale/ExpectedCommission.vue
+2
-2
progressComm.vue
src/components/sale/components/progressComm.vue
+3
-3
No files found.
src/components/sale/ExpectedCommission.vue
View file @
73c5ffc7
...
...
@@ -314,8 +314,7 @@
<p
style=
"padding: 0 0 10px 0;text-align: left;"
><span
style=
"font-size: 13px;color: red;"
>
注:年终奖励从每年11月起始
</span></p>
<div
class=
"CommissionInfor"
>
<span>
达标
<span
style=
"margin-left: 5px;margin-right: 5px;"
>
{{CommissionInfor.BonusNum}}
</span>
月
</span>
<span><span>
每月人数35人以上
</span></span>
</span>
<span><span>
每月人数{{CommissionInfor.BonusMinPNum}}人以上
</span></span>
</div>
<div>
<progressComm
:commissionratioList=
"AnnualBonus"
></progressComm>
...
...
@@ -708,6 +707,7 @@
this
.
OtherProfit
.
Commission
=
this
.
CommissionInfor
.
OtherCommission
?
this
.
CommissionInfor
.
OtherCommission
:
0
this
.
OtherProfit
.
CommissionProfit
=
this
.
CommissionInfor
.
OtherProfit
?
this
.
CommissionInfor
.
OtherProfit
:
0
// 年终奖
this
.
AnnualBonus
.
AvgLureNum
=
this
.
CommissionInfor
.
BonusNum
?
this
.
CommissionInfor
.
BonusNum
:
0
this
.
AnnualBonus
.
AvfOrderNum
=
this
.
CommissionInfor
.
BonusNum
?
this
.
CommissionInfor
.
BonusNum
:
0
this
.
AnnualBonus
.
Commission
=
this
.
CommissionInfor
.
BonusPeriods
?
this
.
CommissionInfor
.
BonusPeriods
:
0
this
.
GetGNSaleExpectCommission
()
...
...
src/components/sale/components/progressComm.vue
View file @
73c5ffc7
...
...
@@ -163,9 +163,9 @@
methods
:
{
// 设置进度
setItemProgress
(
data
)
{
let
length
=
this
.
commissionratioList
.
CommissionRateList
.
length
let
EndValue
=
this
.
commissionratioList
.
CommissionRateList
[
length
-
2
].
EndValue
let
Rate
=
this
.
commissionratioList
.
CommissionRateList
[
length
-
1
].
Rate
//
let length = this.commissionratioList.CommissionRateList.length
//
let EndValue = this.commissionratioList.CommissionRateList[length-2].EndValue
//
let Rate = this.commissionratioList.CommissionRateList[length-1].Rate
if
(
this
.
commissionratioList
.
type
==
2
){
if
(
this
.
commissionratioList
.
CommissionProfit
&&
this
.
commissionratioList
.
CommissionProfit
>=
data
.
StartValue
&&
this
.
commissionratioList
.
CommissionProfit
<=
data
.
EndValue
){
...
...
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