提交更改

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

View File

@@ -646,10 +646,9 @@ export default {
if (trialInfo['payIntv'] == '0') { if (trialInfo['payIntv'] == '0') {
trialInfo['payEndYear'] = '1000' trialInfo['payEndYear'] = '1000'
trialInfo['payEndYearFlag'] = 'Y' trialInfo['payEndYearFlag'] = 'Y'
if(item.mainRiskCode != 'GFRS_M0006') { if (item.mainRiskCode != 'GFRS_M0006') {
trialInfo['insuYearFlag'] = 'Y' trialInfo['insuYearFlag'] = 'Y'
} }
} }
//责任险参数构建 //责任险参数构建
// if (trialInfo.duty) { // if (trialInfo.duty) {
@@ -707,7 +706,7 @@ export default {
stepperChange(value, productIndex, calFactorIndex) { stepperChange(value, productIndex, calFactorIndex) {
// let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex] // let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex]
// currentEle.defaultValue = value // currentEle.defaultValue = value
console.log(value) console.log('进来几次')
this.mult = value this.mult = value
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex] let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
if ((Number(value) * 10000) % (Number(currentEle.limit) * 10000) != 0) { if ((Number(value) * 10000) % (Number(currentEle.limit) * 10000) != 0) {
@@ -715,7 +714,7 @@ export default {
message: localStorage.hint message: localStorage.hint
}).then(() => { }).then(() => {
currentEle.defaultValue = currentEle.rules[productIndex].defaultValue currentEle.defaultValue = currentEle.rules[productIndex].defaultValue
this.nextStepFlag = true // this.nextStepFlag = true
}) })
} else { } else {
this.mainRiskInfluenceAddRisk() this.mainRiskInfluenceAddRisk()