mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
【需求】鑫管家、金管家追加限额调整,thirdInsuraceNos关联保单号的值,在试算接口添加
This commit is contained in:
@@ -313,6 +313,7 @@
|
||||
maxlength="380"
|
||||
type="textarea"
|
||||
autosize
|
||||
@blur="getTrial"
|
||||
placeholder="请录入保单号或者投保单号,如果关联多个保单,请用\隔开"
|
||||
/>
|
||||
</div>
|
||||
@@ -2074,6 +2075,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') {
|
||||
|
||||
Reference in New Issue
Block a user