mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
@@ -1132,21 +1132,6 @@ export default {
|
||||
remitProduct.payIntv = 1
|
||||
}
|
||||
}
|
||||
|
||||
let mainPrd = this.chooseProducts[0]
|
||||
let prdCodes = ['GFRS_M0002', 'GFRS_M0004', 'GFRS_M0011', 'GFRS_M0033']
|
||||
const exist = prdCodes.find(code => {
|
||||
return code === mainPrd.productCode
|
||||
})
|
||||
if (exist) {
|
||||
const addPrd = this.chooseProducts.find(item => {
|
||||
return item.productCode === 'GFRS_A0007'
|
||||
})
|
||||
if (addPrd) {
|
||||
const mainPrdTrial = this.trialList[0]
|
||||
addPrd.calFactorLst[3].defaultValue = mainPrdTrial.standPrem
|
||||
}
|
||||
}
|
||||
},
|
||||
getRemitIndex() {
|
||||
let remitIndex = []
|
||||
@@ -1236,7 +1221,7 @@ export default {
|
||||
message: '正在试算...',
|
||||
forbidClick: true
|
||||
})
|
||||
// this.setRemitRisk()
|
||||
this.setRemitRisk()
|
||||
let params = this.getParams()
|
||||
// 开门红产品试算增加标识
|
||||
if (this.activeType == 'KMH' && this.isFrom != 'proposal') {
|
||||
@@ -1489,6 +1474,7 @@ export default {
|
||||
}
|
||||
// let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex]
|
||||
// defalutValue = value
|
||||
console.log('进来几次')
|
||||
this.mult = Math.ceil(Number(defalutValue) / Number(riskFactor.defaultValue))
|
||||
},
|
||||
//下一步
|
||||
|
||||
Reference in New Issue
Block a user