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
26a93194
Commit
26a93194
authored
Feb 09, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分佣比例为0是显示横线
parent
52808db1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/app/my/salary-first-year/salary-first-year.component.html
+2
-2
No files found.
src/app/my/salary-first-year/salary-first-year.component.html
View file @
26a93194
...
...
@@ -16,7 +16,7 @@
<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.SalesCommissionRate
? policyItem.SalesCommissionRate + '%' : '-'}}
</div>
<div
*
ngIf=
"policyItem.status"
>
佣奖比率:{{policyItem.Rate}}%
</div>
<div
*
ngIf=
"policyItem.status"
>
经纪人:{{policyItem.Salestaff}}
</div>
</div>
...
...
@@ -36,7 +36,7 @@
<div
class=
"line_item"
>
<div>
体系名称:{{systemItem.SaleSystem}}
</div>
<div>
体系FYC/RYC:{{systemItem['FYC/RYC'] | number: "1.2-2"}}
</div>
<div>
佣奖比例:{{systemItem.Rate
}}%
</div>
<div>
佣奖比例:{{systemItem.Rate
? systemItem.Rate + '%' : '-'}}
</div>
</div>
<div
class=
"money"
style=
"top: 30px;right: 10px;"
*
ngIf=
"isBasic==0"
>
¥{{(systemItem['FYC/RYC']) * (systemItem.Rate/100 ) | number: "1.2-2"}}
...
...
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