Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
6bacbacb
Commit
6bacbacb
authored
Jan 30, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队绩效达标奖跳转到保单详情
parent
615d7eb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/app/my/salary-detail/salary-detail.component.html
+1
-1
src/app/my/salary-first-year/salary-first-year.component.html
+3
-3
src/app/my/salary-first-year/salary-first-year.component.ts
+2
-2
No files found.
src/app/my/salary-detail/salary-detail.component.html
View file @
6bacbacb
...
...
@@ -68,7 +68,7 @@
<span>
体系推荐奖金
</span>
<span
class=
"red"
>
{{systemRecommendAward.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
</div>
<div
class=
"item_detail"
(
click
)="
jumpToFirstYearSales
(
fycMeritsInfo
,'团队管理绩效达标奖金',
2
,
5
)"
*
ngIf=
"fycMeritsInfo"
>
<div
class=
"item_detail"
(
click
)="
jumpToFirstYearSales
(
fycMeritsInfo
,'团队管理绩效达标奖金',
1
,
5
)"
*
ngIf=
"fycMeritsInfo"
>
<span>
团队管理绩效达标奖金
</span>
<span
class=
"red"
>
{{fycMeritsInfo.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
</div>
...
...
src/app/my/salary-first-year/salary-first-year.component.html
View file @
6bacbacb
...
...
@@ -12,12 +12,12 @@
<div>
生效时间:{{policyItem.EffectiveDate}}
</div>
<div>
保单号:{{policyItem.Policyno}}
</div>
<div
*
ngIf=
"policyItem.status"
>
保费
:{{policyItem.YearPREMIUM | number: "1.2-2"}}
</div>
*
ngIf=
"policyItem.status"
>
FYP
:{{policyItem.YearPREMIUM | number: "1.2-2"}}
</div>
<div
*
ngIf=
"policyItem.status"
>
FYC/RYC:{{policyItem['FYC/RYC'] | number: "1.2-2"}}
</div>
<!-- <div *ngIf="policyItem.status">职阶率:{{policyItem.Rate}}%</div> -->
<div
*
ngIf=
"policyItem.status"
>
体系:{{policyItem.SaleSystem}}
</div>
<div
*
ngIf=
"policyItem.status"
>
分佣比率:{{policyItem.SalesCommissionRate}}
</div>
<div
*
ngIf=
"policyItem.status"
>
佣奖比率:{{policyItem.Rate}}
</div>
<div
*
ngIf=
"policyItem.status"
>
分佣比率:{{policyItem.SalesCommissionRate}}
%
</div>
<div
*
ngIf=
"policyItem.status"
>
佣奖比率:{{policyItem.Rate}}
%
</div>
<div
*
ngIf=
"policyItem.status"
>
经纪人:{{policyItem.Salestaff}}
</div>
</div>
<div
class=
"money"
(
click
)="
shrink
(
policyItem
)"
>
...
...
src/app/my/salary-first-year/salary-first-year.component.ts
View file @
6bacbacb
...
...
@@ -60,7 +60,7 @@ export class SalaryFirstYearComponent implements OnInit {
* 2.续年度销售佣金-》保单
* 3.首年度辅导奖金-》保单
* 4.续年度辅导奖金-》保单
* 5.团队管理绩效达标奖金-》
体系
* 5.团队管理绩效达标奖金-》
保单
* 6.续年度绩效奖金-》体系
* 7.推介奖金-》保单
* 8.体系推介奖金-》体系
...
...
@@ -103,7 +103,7 @@ export class SalaryFirstYearComponent implements OnInit {
}
else
if
(
this
.
salaryType
==
4
){
this
.
policyList
=
res
[
'data'
][
'RenewalYearCoachCommissionList'
];
}
else
if
(
this
.
salaryType
==
5
){
this
.
system
List
=
res
[
'data'
][
'fycMeritsInfoList'
];
this
.
policy
List
=
res
[
'data'
][
'fycMeritsInfoList'
];
}
else
if
(
this
.
salaryType
==
6
){
this
.
systemList
=
res
[
'data'
][
'RenewalYearPerformanceCommissionList'
];
}
else
if
(
this
.
salaryType
==
7
){
...
...
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