|
@@ -329,6 +329,14 @@
|
|
|
<text>驾意险</text>
|
|
<text>驾意险</text>
|
|
|
<text>¥{{costs.niPremium}}</text>
|
|
<text>¥{{costs.niPremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="item dis a-start j-s" v-if="ciRiskInfoVo && ciRiskInfoVo.startDate">
|
|
|
|
|
+ <text>交强起保日期</text>
|
|
|
|
|
+ <text>{{ciRiskInfoVo.startDate}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="item dis a-start j-s" v-if="biRiskInfoVo && biRiskInfoVo.startDate">
|
|
|
|
|
+ <text>商业起保日期</text>
|
|
|
|
|
+ <text>{{biRiskInfoVo.startDate}}</text>
|
|
|
|
|
+ </view>
|
|
|
<view class="table mb-3" v-if="kindInfoVo.length>0">
|
|
<view class="table mb-3" v-if="kindInfoVo.length>0">
|
|
|
<view class="header dis a-c j-s">
|
|
<view class="header dis a-c j-s">
|
|
|
<text class="th special">商业险</text>
|
|
<text class="th special">商业险</text>
|
|
@@ -339,11 +347,11 @@
|
|
|
<text class="td special">{{item.kindName}}</text>
|
|
<text class="td special">{{item.kindName}}</text>
|
|
|
<text v-if="['A'].includes(item.kindCode)" class="td">{{item.amount}}</text>
|
|
<text v-if="['A'].includes(item.kindCode)" class="td">{{item.amount}}</text>
|
|
|
<text v-else-if="['D4', 'SY_FJ_YBW2'].includes(item.kindCode)"
|
|
<text v-else-if="['D4', 'SY_FJ_YBW2'].includes(item.kindCode)"
|
|
|
- class="td">{{convertedValue(item.unitAmount)}}</text>
|
|
|
|
|
|
|
+ class="td">{{convertedValue(item.amount)}}</text>
|
|
|
<text v-else-if="['MJ1', 'MJ2', 'MJ3', 'MJ4'].includes(item.kindCode)"
|
|
<text v-else-if="['MJ1', 'MJ2', 'MJ3', 'MJ4'].includes(item.kindCode)"
|
|
|
class="td">{{item.amount}}%</text>
|
|
class="td">{{item.amount}}%</text>
|
|
|
<text v-else-if="['TY1', 'TY2', 'TY3', 'TY4'].includes(item.kindCode)"
|
|
<text v-else-if="['TY1', 'TY2', 'TY3', 'TY4'].includes(item.kindCode)"
|
|
|
- class="td">{{item.unitAmount}}次</text>
|
|
|
|
|
|
|
+ class="td">{{item.amount}}次</text>
|
|
|
<text v-else class="td">{{convertedValue(item.amount)}}</text>
|
|
<text v-else class="td">{{convertedValue(item.amount)}}</text>
|
|
|
<text class="td">{{item.premium?item.premium:'-'}}</text>
|
|
<text class="td">{{item.premium?item.premium:'-'}}</text>
|
|
|
</view>
|
|
</view>
|