mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 01:56:43 +08:00
【IMP】修改保费问题
This commit is contained in:
@@ -209,10 +209,8 @@ export default {
|
|||||||
}
|
}
|
||||||
if(item.mainRiskCode != 'GFRS_M0008') {
|
if(item.mainRiskCode != 'GFRS_M0008') {
|
||||||
item.calFactorLst.map(i => {
|
item.calFactorLst.map(i => {
|
||||||
if (i.defaultValue) {
|
this.defalutAmt = i.defaultValue
|
||||||
this.defalutAmt = i.defaultValue
|
this.mult = Number(i.defaultValue) / Number(i.defaultValue)
|
||||||
this.mult = Number(i.defaultValue)/Number(i.defaultValue)
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -727,11 +725,11 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
//保额份数变化
|
//保额份数变化
|
||||||
stepperChange(value,defalutValue, productIndex, calFactorIndex) {
|
stepperChange( value, defalutValue, 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('进来几次')
|
console.log('进来几次')
|
||||||
this.mult = Number(value)/Number(defalutValue)
|
this.mult = Number(value) / Number(defalutValue)
|
||||||
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) {
|
||||||
Dialog.alert({
|
Dialog.alert({
|
||||||
|
|||||||
Reference in New Issue
Block a user