Commit 6bacbacb by sunchao

团队绩效达标奖跳转到保单详情

parent 615d7eb3
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<span>体系推荐奖金</span> <span>体系推荐奖金</span>
<span class="red">{{systemRecommendAward.commission | number: "1.2-2"}}<i class="iconfont icon-ar-r"></i></span> <span class="red">{{systemRecommendAward.commission | number: "1.2-2"}}<i class="iconfont icon-ar-r"></i></span>
</div> </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>团队管理绩效达标奖金</span>
<span class="red">{{fycMeritsInfo.commission | number: "1.2-2"}} <i class="iconfont icon-ar-r"></i></span> <span class="red">{{fycMeritsInfo.commission | number: "1.2-2"}} <i class="iconfont icon-ar-r"></i></span>
</div> </div>
......
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
<div>生效时间:{{policyItem.EffectiveDate}}</div> <div>生效时间:{{policyItem.EffectiveDate}}</div>
<div>保单号:{{policyItem.Policyno}}</div> <div>保单号:{{policyItem.Policyno}}</div>
<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">FYC/RYC:{{policyItem['FYC/RYC'] | number: "1.2-2"}}</div>
<!-- <div *ngIf="policyItem.status">职阶率:{{policyItem.Rate}}%</div> --> <!-- <div *ngIf="policyItem.status">职阶率:{{policyItem.Rate}}%</div> -->
<div *ngIf="policyItem.status">体系:{{policyItem.SaleSystem}}</div> <div *ngIf="policyItem.status">体系:{{policyItem.SaleSystem}}</div>
<div *ngIf="policyItem.status">分佣比率:{{policyItem.SalesCommissionRate}}</div> <div *ngIf="policyItem.status">分佣比率:{{policyItem.SalesCommissionRate}}%</div>
<div *ngIf="policyItem.status">佣奖比率:{{policyItem.Rate}}</div> <div *ngIf="policyItem.status">佣奖比率:{{policyItem.Rate}}%</div>
<div *ngIf="policyItem.status">经纪人:{{policyItem.Salestaff}}</div> <div *ngIf="policyItem.status">经纪人:{{policyItem.Salestaff}}</div>
</div> </div>
<div class="money" (click)="shrink(policyItem)"> <div class="money" (click)="shrink(policyItem)">
......
...@@ -60,7 +60,7 @@ export class SalaryFirstYearComponent implements OnInit { ...@@ -60,7 +60,7 @@ export class SalaryFirstYearComponent implements OnInit {
* 2.续年度销售佣金-》保单 * 2.续年度销售佣金-》保单
* 3.首年度辅导奖金-》保单 * 3.首年度辅导奖金-》保单
* 4.续年度辅导奖金-》保单 * 4.续年度辅导奖金-》保单
* 5.团队管理绩效达标奖金-》体系 * 5.团队管理绩效达标奖金-》保单
* 6.续年度绩效奖金-》体系 * 6.续年度绩效奖金-》体系
* 7.推介奖金-》保单 * 7.推介奖金-》保单
* 8.体系推介奖金-》体系 * 8.体系推介奖金-》体系
...@@ -103,7 +103,7 @@ export class SalaryFirstYearComponent implements OnInit { ...@@ -103,7 +103,7 @@ export class SalaryFirstYearComponent implements OnInit {
}else if(this.salaryType == 4){ }else if(this.salaryType == 4){
this.policyList = res['data']['RenewalYearCoachCommissionList']; this.policyList = res['data']['RenewalYearCoachCommissionList'];
}else if(this.salaryType == 5){ }else if(this.salaryType == 5){
this.systemList = res['data']['fycMeritsInfoList']; this.policyList = res['data']['fycMeritsInfoList'];
}else if(this.salaryType == 6){ }else if(this.salaryType == 6){
this.systemList = res['data']['RenewalYearPerformanceCommissionList']; this.systemList = res['data']['RenewalYearPerformanceCommissionList'];
}else if(this.salaryType == 7){ }else if(this.salaryType == 7){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment