mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 04:52:52 +08:00
Merge branch 'feature/GFRS-597【电投页面优化】' into dev
This commit is contained in:
@@ -1520,7 +1520,7 @@ export default {
|
||||
if (resultData.result == 0) {
|
||||
//电投
|
||||
if (localStorage.isFrom == 'sale' && resultData.deleteFlag == '0') {
|
||||
localStorage.salePageFlag = '4'
|
||||
localStorage.salePageFlag = '3'
|
||||
}
|
||||
//建议书
|
||||
if (localStorage.isFrom == 'proposal' && resultData.content.id) {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="detail-container">
|
||||
<van-collapse v-model="activeNames">
|
||||
<!-- 保单信息 -->
|
||||
<van-collapse-item title="保单信息" name="1" class="pb10 pt10">
|
||||
<van-collapse-item title="投保单信息" name="1" class="pb10 pt10">
|
||||
<van-cell-group>
|
||||
<van-cell title="投保单号" :value="OrderInfoDTO.orderNo" />
|
||||
<van-cell title="投保日期" :value="OrderInfoDTO.appntDateLabel" />
|
||||
@@ -64,7 +64,7 @@
|
||||
<van-cell title="交费期间" v-if="it.payEndYear == '1000'" value="一次性交清" />
|
||||
<!-- isYear == true ? `${it.insuYear}年` : it.insuYear" -->
|
||||
<van-cell title="险种保额(元)" value="--" v-if="it.riskCode == 'GFRS_M0015' || it.riskCode == 'GFRS_M0017' || it.riskCode == 'GFRS_M0003'" />
|
||||
<van-cell title="险种保额(元)" :value="it.amt | moneyFormat" v-else/>
|
||||
<van-cell title="险种保额(元)" :value="it.amt | moneyFormat" v-else />
|
||||
<van-cell title="险种保费(元)" :value="it.mainPremDetail | moneyFormat" />
|
||||
<!-- v-if="it.isMainRisk == '1'" -->
|
||||
<!-- <span>{{ it.isMainRisk }}</span> -->
|
||||
|
||||
Reference in New Issue
Block a user