mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 16:16:45 +08:00
关联保单增加主险判断
This commit is contained in:
@@ -248,7 +248,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 只有万能险且只有建议书才展示 -->
|
<!-- 只有万能险且只有建议书才展示 -->
|
||||||
<van-field class="pv10" v-if="item.hasPredictTransferPrem === '0'" v-model="item.predictTransferPrem" label="预计转入保费" placeholder="请输入" />
|
<van-field class="pv10" v-if="item.hasPredictTransferPrem === '0'" v-model="item.predictTransferPrem" label="预计转入保费" placeholder="请输入" />
|
||||||
<div class="flex justify-content-s pv10 border-bottom" v-if="isRelated && isFrom != 'proposal'">
|
<div class="flex justify-content-s pv10 border-bottom" v-if="item.isMainRisk == 0 && isRelated && isFrom != 'proposal'">
|
||||||
<van-field
|
<van-field
|
||||||
v-model="policyNo"
|
v-model="policyNo"
|
||||||
clearable
|
clearable
|
||||||
|
|||||||
Reference in New Issue
Block a user