From 968528f7a96b7e930a7a303a4dc14fa6bdceeddf Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Fri, 23 Dec 2022 14:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9C=80=E6=B1=82=E3=80=91=E9=91=AB?= =?UTF-8?q?=E7=AE=A1=E5=AE=B6=E3=80=81=E9=87=91=E7=AE=A1=E5=AE=B6=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E9=99=90=E9=A2=9D=E8=B0=83=E6=95=B4=EF=BC=8CthirdInsu?= =?UTF-8?q?raceNos=E5=85=B3=E8=81=94=E4=BF=9D=E5=8D=95=E5=8F=B7=E7=9A=84?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E5=9C=A8=E8=AF=95=E7=AE=97=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 44202b19d..81a808308 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -313,6 +313,7 @@ maxlength="380" type="textarea" autosize + @blur="getTrial" placeholder="请录入保单号或者投保单号,如果关联多个保单,请用\隔开" /> @@ -2013,6 +2014,8 @@ export default { } this.chooseProducts.forEach((item) => { let trialInfo = {} + // 【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加 + trialInfo['thirdInsuraceNos'] = this.policyNo item.calFactorLst.forEach((factor) => { if (factor.type == 0) { if (factor.hasFlag == '1') {