From 8558ec2db18d1a83cae8acd4b98d3fa25d1ac6b9 Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Thu, 12 May 2022 14:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feature/145010101=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=B5=8B=E8=AF=84=E7=89=88=E6=9C=AC=EF=BC=8C=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E5=88=86=E4=BA=AB=E5=92=8C=E8=BD=AC?= =?UTF-8?q?=E4=BF=9D=E6=8C=89=E9=92=AE=E3=80=91=E6=A0=B9=E6=8D=AE=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E8=B4=A6=E5=8F=B7=E5=85=B3=E9=97=AD=E8=BD=AC=E6=8A=95?= =?UTF-8?q?=E4=BF=9D=E5=BB=BA=E8=AE=AE=E4=B9=A6=E8=BD=AC=E6=8A=95=E4=BF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/risk-rules.js | 1 + src/views/ebiz/proposal/ProposalInfo.vue | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/risk-rules.js b/src/views/ebiz/common/risk-rules.js index 11e1076b3..9cadff356 100644 --- a/src/views/ebiz/common/risk-rules.js +++ b/src/views/ebiz/common/risk-rules.js @@ -175,6 +175,7 @@ export default { getAgentInfo({}).then( res => { if (res.result == 0) { + flag.jobNo = res.jobNo //登录账号 flag.manageComCode = res.manageComCode.substring(2, 4) // branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤 if (res.branchType == 'N1' || res.branchType == '1') { diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index c73714283..5943cdecf 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -254,7 +254,7 @@ -
+
转投保
分享给客户
@@ -381,6 +381,7 @@ export default { mainRiskCodes: [], time: 5, proposalNo:'', + jobNo:'' //登录账号 } }, filters: { @@ -406,7 +407,9 @@ export default { return Number(val*0.085).toFixed(2) }, }, - mounted() { + async mounted() { + let dataReturn = await riskRules.getAgentInfoFunc(this) + this.jobNo = dataReturn.jobNo setTimeout(() => { // eslint-disable-next-line no-undef EWebBridge.webCallAppInJs('webview_left_button', {