mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 23:46:44 +08:00
更改建议福宝宝不显示
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
v-model="item.calFactorLst[riskFactorIndex].defaultValue"
|
||||
:min="riskFactor.minAmt || riskFactor.minPrem"
|
||||
:max="riskFactor.maxAmt || riskFactor.maxPrem"
|
||||
|
||||
class="ml10"
|
||||
@change="stepperChange(item.calFactorLst[riskFactorIndex].defaultValue, index, riskFactorIndex)"
|
||||
input-width="100"
|
||||
@@ -61,7 +60,6 @@
|
||||
v-model="dutyItem.defaultDutyAmt"
|
||||
:min="dutyItem.minDutyAmt"
|
||||
:max="dutyItem.maxDutyAmt"
|
||||
|
||||
class="ml10 mr10"
|
||||
@focus="focusStep"
|
||||
@blur="blurStep"
|
||||
@@ -643,11 +641,15 @@ export default {
|
||||
trialInfo.duty = result
|
||||
}
|
||||
})
|
||||
|
||||
//通用规则1:交费方式为一次交情,无交费期限
|
||||
if (trialInfo['payIntv'] == '0') {
|
||||
trialInfo['payEndYear'] = '1000'
|
||||
trialInfo['payEndYearFlag'] = 'Y'
|
||||
trialInfo['insuYearFlag'] = 'Y'
|
||||
if(item.mainRiskCode != 'GFRS_M0006') {
|
||||
trialInfo['insuYearFlag'] = 'Y'
|
||||
}
|
||||
|
||||
}
|
||||
//责任险参数构建
|
||||
// if (trialInfo.duty) {
|
||||
@@ -716,9 +718,9 @@ export default {
|
||||
// this.nextStepFlag = true
|
||||
// })
|
||||
// } else {
|
||||
this.mainRiskInfluenceAddRisk()
|
||||
currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit)
|
||||
this.getTrial()
|
||||
this.mainRiskInfluenceAddRisk()
|
||||
currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit)
|
||||
this.getTrial()
|
||||
// }
|
||||
},
|
||||
//下一步
|
||||
|
||||
Reference in New Issue
Block a user