mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 18:16:43 +08:00
提交更改
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user