mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
提交更改
This commit is contained in:
@@ -641,15 +641,14 @@ export default {
|
||||
trialInfo.duty = result
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
//通用规则1:交费方式为一次交情,无交费期限
|
||||
if (trialInfo['payIntv'] == '0') {
|
||||
trialInfo['payEndYear'] = '1000'
|
||||
trialInfo['payEndYearFlag'] = 'Y'
|
||||
if(item.mainRiskCode != 'GFRS_M0006') {
|
||||
if (item.mainRiskCode != 'GFRS_M0006') {
|
||||
trialInfo['insuYearFlag'] = 'Y'
|
||||
}
|
||||
|
||||
}
|
||||
//责任险参数构建
|
||||
// if (trialInfo.duty) {
|
||||
@@ -707,7 +706,7 @@ export default {
|
||||
stepperChange(value, productIndex, calFactorIndex) {
|
||||
// let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex]
|
||||
// currentEle.defaultValue = value
|
||||
console.log(value)
|
||||
console.log('进来几次')
|
||||
this.mult = value
|
||||
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
||||
if ((Number(value) * 10000) % (Number(currentEle.limit) * 10000) != 0) {
|
||||
@@ -715,12 +714,12 @@ export default {
|
||||
message: localStorage.hint
|
||||
}).then(() => {
|
||||
currentEle.defaultValue = currentEle.rules[productIndex].defaultValue
|
||||
this.nextStepFlag = true
|
||||
// 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