|
@@ -133,12 +133,13 @@
|
|
|
<text>¥</text>
|
|
<text>¥</text>
|
|
|
<text>{{companyItem.result.costs.sumPremium}}</text>
|
|
<text>{{companyItem.result.costs.sumPremium}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="companyItem.isReSelect" class="quoteBtn dis a-c j-c"
|
|
|
|
|
- @click.stop="individualQuote(companyItem)">
|
|
|
|
|
- 立即报价
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+
|
|
|
<text class="discountedPrice" v-if="companyItem.result.insFeeOrders">优惠
|
|
<text class="discountedPrice" v-if="companyItem.result.insFeeOrders">优惠
|
|
|
{{ companyItem.result.insFeeOrders.totalPayablePremium }}</text>
|
|
{{ companyItem.result.insFeeOrders.totalPayablePremium }}</text>
|
|
|
|
|
+ <view v-if="companyItem.isReSelect" class="quoteBtn dis a-c j-c mt-2"
|
|
|
|
|
+ @click.stop="individualQuote(companyItem)">
|
|
|
|
|
+ 立即报价
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右侧loading加载组件 -->
|
|
<!-- 右侧loading加载组件 -->
|
|
|
<lsLoading v-if="companyItem.quoteCode=='1'"></lsLoading>
|
|
<lsLoading v-if="companyItem.quoteCode=='1'"></lsLoading>
|