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
d886c303
Commit
d886c303
authored
Jan 06, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直接辅导奖金和隔代辅导奖金跳转到保单详情页
parent
2056a590
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
src/app/my/salary-detail/salary-detail.component.html
+2
-2
src/app/my/salary-first-year/salary-first-year.component.html
+2
-2
src/app/my/salary-first-year/salary-first-year.component.ts
+4
-4
No files found.
src/app/my/salary-detail/salary-detail.component.html
View file @
d886c303
...
@@ -72,11 +72,11 @@
...
@@ -72,11 +72,11 @@
<span>
续年度绩效奖金
</span>
<span>
续年度绩效奖金
</span>
<span
class=
"red"
>
{{rycMeritsInfo.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
<span
class=
"red"
>
{{rycMeritsInfo.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
</div>
</div>
<div
class=
"item_detail"
(
click
)="
jumpToFirstYearSales
(
directCounseling
,'直接辅导岗位津贴',
2
,
19
)"
*
ngIf=
"directCounseling"
>
<div
class=
"item_detail"
(
click
)="
jumpToFirstYearSales
(
directCounseling
,'直接辅导岗位津贴',
1
,
19
)"
*
ngIf=
"directCounseling"
>
<span>
直接辅导岗位津贴
</span>
<span>
直接辅导岗位津贴
</span>
<span
class=
"red"
>
{{directCounseling.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
<span
class=
"red"
>
{{directCounseling.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
</div>
</div>
<div
class=
"item_detail"
(
click
)="
jumpToFirstYearSales
(
indirectCounseling
,'隔代辅导岗位津贴',
2
,
20
)"
*
ngIf=
"indirectCounseling"
>
<div
class=
"item_detail"
(
click
)="
jumpToFirstYearSales
(
indirectCounseling
,'隔代辅导岗位津贴',
1
,
20
)"
*
ngIf=
"indirectCounseling"
>
<span>
隔代辅导岗位津贴
</span>
<span>
隔代辅导岗位津贴
</span>
<span
class=
"red"
>
{{indirectCounseling.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
<span
class=
"red"
>
{{indirectCounseling.commission | number: "1.2-2"}}
<i
class=
"iconfont icon-ar-r"
></i></span>
</div>
</div>
...
...
src/app/my/salary-first-year/salary-first-year.component.html
View file @
d886c303
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
<div>
{{salaryName}}
</div>
<div>
{{salaryName}}
</div>
</div>
</div>
<div
class=
"content_wrapper"
*
ngIf=
"type=='1'"
>
<div
class=
"content_wrapper"
*
ngIf=
"type=='1'"
>
<div
class=
"policy_item"
*
ngFor=
"let policyItem of policyList"
>
<div
class=
"policy_item"
*
ngFor=
"let policyItem of policyList
;index as i
"
>
<div
class=
"icon_bolck"
><i
class=
"iconfont icon-money-more"
></i></div>
<div
class=
"icon_bolck"
><i
class=
"iconfont icon-money-more"
></i></div>
<div
class=
"line_item"
>
<div
class=
"line_item"
>
<div>
投保人姓名:{{policyItem.Insurance_Cust}}
</div>
<div>
投保人姓名:{{policyItem.Insurance_Cust}}
</div>
<div>
保险公司:{{policyItem.Customer
.substr(0,10)
}}
</div>
<div>
保险公司:{{policyItem.Customer
?policyItem.Customer.substr(0,10):null
}}
</div>
<div>
生效时间:{{policyItem.EffectiveDate}}
</div>
<div>
生效时间:{{policyItem.EffectiveDate}}
</div>
<div>
保单号:{{policyItem.Policyno}}
</div>
<div>
保单号:{{policyItem.Policyno}}
</div>
<div
<div
...
...
src/app/my/salary-first-year/salary-first-year.component.ts
View file @
d886c303
...
@@ -74,8 +74,8 @@ export class SalaryFirstYearComponent implements OnInit {
...
@@ -74,8 +74,8 @@ export class SalaryFirstYearComponent implements OnInit {
* 16.月度销售加码奖-》保单
* 16.月度销售加码奖-》保单
* 17.续年度销售加码奖金-》保单
* 17.续年度销售加码奖金-》保单
* 18.独立经纪人展业津贴-》保单
* 18.独立经纪人展业津贴-》保单
* 19.直接辅导岗位津贴-》
体系
* 19.直接辅导岗位津贴-》
保单
* 20.隔代辅导岗位津贴-》
体系
* 20.隔代辅导岗位津贴-》
保单
* 21.团队长辅导津贴-》体系
* 21.团队长辅导津贴-》体系
* 22.育成奖金-》体系
* 22.育成奖金-》体系
*/
*/
...
@@ -118,9 +118,9 @@ export class SalaryFirstYearComponent implements OnInit {
...
@@ -118,9 +118,9 @@ export class SalaryFirstYearComponent implements OnInit {
}
else
if
(
this
.
salaryType
==
18
){
}
else
if
(
this
.
salaryType
==
18
){
this
.
policyList
=
res
[
'data'
][
'independentBrokerAllowanceList'
];
this
.
policyList
=
res
[
'data'
][
'independentBrokerAllowanceList'
];
}
else
if
(
this
.
salaryType
==
19
){
}
else
if
(
this
.
salaryType
==
19
){
this
.
system
List
=
res
[
'data'
][
'directCounselingList'
];
this
.
policy
List
=
res
[
'data'
][
'directCounselingList'
];
}
else
if
(
this
.
salaryType
==
20
){
}
else
if
(
this
.
salaryType
==
20
){
this
.
system
List
=
res
[
'data'
][
'indirectCounselingList'
];
this
.
policy
List
=
res
[
'data'
][
'indirectCounselingList'
];
}
else
if
(
this
.
salaryType
==
21
){
}
else
if
(
this
.
salaryType
==
21
){
this
.
systemList
=
res
[
'data'
][
'tlcoachingAllowanceList'
];
this
.
systemList
=
res
[
'data'
][
'tlcoachingAllowanceList'
];
}
else
if
(
this
.
salaryType
==
22
){
}
else
if
(
this
.
salaryType
==
22
){
...
...
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