mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 01:06:45 +08:00
【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加
This commit is contained in:
@@ -313,6 +313,7 @@
|
|||||||
maxlength="380"
|
maxlength="380"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
autosize
|
autosize
|
||||||
|
@blur="getTrial"
|
||||||
placeholder="请录入保单号或者投保单号,如果关联多个保单,请用\隔开"
|
placeholder="请录入保单号或者投保单号,如果关联多个保单,请用\隔开"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -2074,6 +2075,8 @@ export default {
|
|||||||
}
|
}
|
||||||
this.chooseProducts.forEach((item) => {
|
this.chooseProducts.forEach((item) => {
|
||||||
let trialInfo = {}
|
let trialInfo = {}
|
||||||
|
// 【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加
|
||||||
|
trialInfo['thirdInsuraceNos'] = this.policyNo
|
||||||
item.calFactorLst.forEach((factor) => {
|
item.calFactorLst.forEach((factor) => {
|
||||||
if (factor.type == 0) {
|
if (factor.type == 0) {
|
||||||
if (factor.hasFlag == '1') {
|
if (factor.hasFlag == '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user