mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 05:06:44 +08:00
保费试算更改
This commit is contained in:
@@ -202,7 +202,9 @@ export default {
|
|||||||
//构建提交数据、渲染险种
|
//构建提交数据、渲染险种
|
||||||
this.chooseProducts = JSON.parse(localStorage.chooseProducts)
|
this.chooseProducts = JSON.parse(localStorage.chooseProducts)
|
||||||
this.chooseProducts.map(item => {
|
this.chooseProducts.map(item => {
|
||||||
|
if (item.mainRiskCode == 'GFRS_M0006') {
|
||||||
item.isHidden = true
|
item.isHidden = true
|
||||||
|
}
|
||||||
item.calFactorLst.map(i => {
|
item.calFactorLst.map(i => {
|
||||||
if (i.defaultValue) {
|
if (i.defaultValue) {
|
||||||
this.mult = i.defaultValue
|
this.mult = i.defaultValue
|
||||||
|
|||||||
@@ -368,7 +368,7 @@ export default {
|
|||||||
insuredDTOs = formatRiskList(insuredDTOs, 'insuredDTOs', 'riskDTOLst')
|
insuredDTOs = formatRiskList(insuredDTOs, 'insuredDTOs', 'riskDTOLst')
|
||||||
this.insuredDTOs = insuredDTOs[0].insuredDTOs
|
this.insuredDTOs = insuredDTOs[0].insuredDTOs
|
||||||
this.insuredDTOs = relevance(this.insuredDTOs, insuredLabelResult, insuredResult, insuredInfoResult, this.amtFormat, this.dutyLst) //进行数据关联
|
this.insuredDTOs = relevance(this.insuredDTOs, insuredLabelResult, insuredResult, insuredInfoResult, this.amtFormat, this.dutyLst) //进行数据关联
|
||||||
console.log('insuredDTOs',insuredDTOs)
|
// console.log('insuredDTOs',insuredDTOs)
|
||||||
this.getWXTitle(this.insuredDTOs) //获取微信标题
|
this.getWXTitle(this.insuredDTOs) //获取微信标题
|
||||||
let active = this.insuredDTOs.length //默认展开项
|
let active = this.insuredDTOs.length //默认展开项
|
||||||
this.activeNames = [active]
|
this.activeNames = [active]
|
||||||
|
|||||||
Reference in New Issue
Block a user