diff --git a/src/views/GBC/customerDetail.vue b/src/views/GBC/customerDetail.vue index 6d500a467..25f942b87 100644 --- a/src/views/GBC/customerDetail.vue +++ b/src/views/GBC/customerDetail.vue @@ -9,16 +9,20 @@
投保人:
+投保人:
{{item.appntName}}
被保险人:
-{{item.insuredName}}
+{{item.insuredName}}
保额(元):
-{{item.amt}}
+保额(元):
+{{item.amt.toFixed(2)}}
保费(元):
-{{item.prem}}
+{{item.prem.toFixed(2)}}
交费期间:
+交费期间:
{{item.paymentPeriod}}
保险期间:
-{{item.insuredPeriod}}
+{{item.insuredPeriod}}
保险生效日期:
@@ -230,6 +234,7 @@ export default { }, mounted(){ + this.infoContent.activeAppntId = this.$route.query.appntId this.getGBCappntDetail() }, methods: { @@ -237,14 +242,16 @@ export default { this.activeMembersIndex = thisIndex this.infoContent.appntName = thisData.name this.infoContent.age = thisData.age + this.infoContent.activeAppntId = thisData.appntId this.infoContent.gender = thisData.gender this.infoContent.mobile = thisData.mobile this.infoContent.departmentName = thisData.departmentName + this.getGBCappntDetail() }, getGBCappntDetail() { let params = { "projectCode": this.$route.query.projectCode, - "appntId": this.$route.query.appntId + "appntId": this.infoContent.activeAppntId } getGBCappntDetail(params).then(res => { if(res.result == 0) { @@ -257,7 +264,7 @@ export default { getGBCappntConnectSave(){ let params = { "projectCode": this.$route.query.projectCode, - "appntId": this.$route.query.projectCode, + "appntId": this.infoContent.activeAppntId, "connectContent": this.connectContent } getGBCappntConnectSave(params).then(res=>{ @@ -275,7 +282,7 @@ export default { this.infoContent.appntType = value.id let params = { "projectCode": this.$route.query.projectCode, - "appntId": this.$route.query.appntId, + "appntId": this.infoContent.activeAppntId, "appntType": this.infoContent.appntType } getGBCappntTypeSave(params).then(res=>{ diff --git a/src/views/GBC/projectDetail.vue b/src/views/GBC/projectDetail.vue index 038efde53..aacc87660 100644 --- a/src/views/GBC/projectDetail.vue +++ b/src/views/GBC/projectDetail.vue @@ -98,26 +98,69 @@项目数据统计
数据截止日期:2024-03-30
| 小组 | +组长 | +获客人数 | +获客率 | +筛客人数 | +筛客率 | +累计标保(元) | +承保人数 | +承保件数(件) | +件均(元) | +面谈转化率 | +受理承保率 | +受理标保(元) | +受理件数 | +重疾险件数 | +重疾标保(元) | +重疾件均(元) | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 项目合并 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +.00 | +|
| {{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +{{item.name}} | +