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