提交更改

This commit is contained in:
皮伟
2019-12-09 15:34:02 +08:00
parent 3394e5822f
commit e1f11bef24

View File

@@ -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()
}
},
//下一步