Merge branch 'feature/GFRS-502_【0206】国富人寿富娃娃两全保险(万能型)' into dev

This commit is contained in:
yuweiqi
2020-01-21 14:09:55 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
<van-cell title="保险期间" :value="it.insuYear" />
<van-cell title="交费方式" :value="it.payIntv" />
<van-cell title="交费期间" :value="it.payEndYearFlag == 'Y' ? `${it.payEndYear}年` : `至${it.payEndYear}岁`" v-if="it.payEndYear != '1000'" />
<van-cell title="交费期间" v-if="it.payEndYear == '1000'" value="趸交" />
<van-cell title="交费期间" v-if="it.payEndYear == '1000'" value="一次交清" />
<!-- isYear == true ? `${it.insuYear}` : it.insuYear" -->
<van-cell title="险种保额()" :value="it.amt | moneyFormat" />
<van-cell title="险种保费()" :value="it.mainPremDetail | moneyFormat" />
@@ -74,7 +74,7 @@
<!-- item.payEndYearFlag == 'Y' ? `${it.payEndYear}年` : `至${it.payEndYear}岁` -->
<van-cell title="交费方式" :value="i.payIntv" />
<van-cell title="交费期间" :value="i.payEndYearFlag == 'Y' ? `${i.payEndYear}` : `${i.payEndYear}`" v-if="i.payEndYear != '1000'" />
<van-cell title="交费期间" v-if="it.payEndYear == '1000'" value="趸交" />
<van-cell title="交费期间" v-if="i.payEndYear == '1000'" value="一次交清" />
<van-cell title="险种保额()" :value="i.planCodeLabel" v-if="i.amt == null && i.planCode != ''" />
<van-cell title="险种保额()" :value="i.amt | moneyFormat" v-else />
<van-cell title="险种保费()" :value="i.prem | moneyFormat" />

View File

@@ -438,6 +438,8 @@ export default {
if (that.changeCard) {
path = 'insuranceInformation'
} else {
alert('SignatureConfirmation: productCode:' + localStorage.productCode)
alert('SignatureConfirmation: appntSign:' + JSON.parse(that.appntSign))
if (localStorage.productCode == 'GFRS_M0003' || localStorage.productCode == 'GFRS_M0015') {
if (that.appntSign[0].documentStatus == 0) {
path = 'insuranceInformation'