mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
Merge branch 'feature/GFRS-502_【0206】国富人寿富娃娃两全保险(万能型)' into dev
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user