mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 17:36:44 +08:00
嘉和保保期70最小保额为20万 保期终身最小保额10万
This commit is contained in:
@@ -1050,7 +1050,6 @@
|
|||||||
},
|
},
|
||||||
//确认选择字段
|
//确认选择字段
|
||||||
async onConfirm(value) {
|
async onConfirm(value) {
|
||||||
console.log(value)
|
|
||||||
this.columns = []
|
this.columns = []
|
||||||
this.popupShow = false
|
this.popupShow = false
|
||||||
// let productCode = this.chooseProducts[this.productIndex].productCode
|
// let productCode = this.chooseProducts[this.productIndex].productCode
|
||||||
@@ -1059,12 +1058,11 @@
|
|||||||
console.log(currentEle.code)
|
console.log(currentEle.code)
|
||||||
if(currentEle.code == 'insuYear'){
|
if(currentEle.code == 'insuYear'){
|
||||||
if(value.value == '70') {
|
if(value.value == '70') {
|
||||||
console.log(this.chooseProducts)
|
|
||||||
this.chooseProducts.forEach((item, index) => {
|
this.chooseProducts.forEach((item, index) => {
|
||||||
if (item.mainRiskCode == 'GFRS_M0086') {
|
if (item.mainRiskCode == 'GFRS_M0086') {
|
||||||
item.calFactorLst.forEach((i) => {
|
item.calFactorLst.forEach((i) => {
|
||||||
if (i.code == "inputAmt") {
|
if (i.code == "inputAmt") {
|
||||||
console.log(i)
|
i.minPrem = 20
|
||||||
i.displayAmount = 20
|
i.displayAmount = 20
|
||||||
i.defaultValue = 20
|
i.defaultValue = 20
|
||||||
}
|
}
|
||||||
@@ -1076,7 +1074,7 @@
|
|||||||
if (item.mainRiskCode == 'GFRS_M0086') {
|
if (item.mainRiskCode == 'GFRS_M0086') {
|
||||||
item.calFactorLst.forEach((i) => {
|
item.calFactorLst.forEach((i) => {
|
||||||
if (i.code == "inputAmt") {
|
if (i.code == "inputAmt") {
|
||||||
console.log(i)
|
i.minPrem = 10
|
||||||
i.displayAmount = 10
|
i.displayAmount = 10
|
||||||
i.defaultValue = 10
|
i.defaultValue = 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user