|
@@ -7,28 +7,36 @@
|
|
|
height: 210px;
|
|
height: 210px;
|
|
|
background: linear-gradient( 180deg, #0052FF 0%, #F8FAFE 100%);position: absolute;top: 0;">
|
|
background: linear-gradient( 180deg, #0052FF 0%, #F8FAFE 100%);position: absolute;top: 0;">
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="headers dis f-c j-end">
|
|
|
|
|
- <view class="price dis a-c j-c">
|
|
|
|
|
- <image :src="logoimg" mode="" style="width: 20px;height: 20px;">
|
|
|
|
|
- </image>
|
|
|
|
|
- <text style="font-weight: bold;margin-left: 6px;font-size: 15px;">{{orderInfo.inscompany}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view
|
|
|
|
|
- style="background-color: #fff;box-shadow: inset rgb(218, 227, 244) 0px 1px 4px 0px;border-radius: 0 0 6px 6px;"
|
|
|
|
|
- class="dis j-c a-c p-2 ">
|
|
|
|
|
- <text style="color: #232832;font-weight: bold;">订单编号:{{orderInfo.orderno}}</text>
|
|
|
|
|
|
|
+ <view class="headers ">
|
|
|
|
|
+ <view class="price">
|
|
|
|
|
+ <view class="price1 dis a-c j-s">
|
|
|
|
|
+ <view class="dis f-c">
|
|
|
|
|
+ <text class="font-weight"
|
|
|
|
|
+ style="color: #232832;font-size: 18px;">{{orderInfo.inscompany}}</text>
|
|
|
|
|
+ <text style="color: #666666;font-size: 12px;">订单编号:{{orderInfo.orderno}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <image src="../../static/image/car-insure/3D.png" mode="" style="width: 60px;height: 60px;"></image>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="price2 dis f-c" v-if="orderInfo.jqapplyno || orderInfo.syapplyno">
|
|
|
|
|
+ <view class="dis a-c">
|
|
|
|
|
+ <image src="../../static/image/car-insure/toubaodanhao.png" mode=""
|
|
|
|
|
+ style="width: 16px;height: 16px;"></image>
|
|
|
|
|
+ <text class="font-weight" style="color: #333;font-size: 14px;margin-left: 10px;">投保单号</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="dis f-c">
|
|
|
|
|
+ <text style="color: #666666;font-size: 12px;"
|
|
|
|
|
+ v-if="orderInfo.jqapplyno">交强:{{orderInfo.jqapplyno}}</text>
|
|
|
|
|
+ <text style="color: #666666;font-size: 12px;"
|
|
|
|
|
+ v-if="orderInfo.syapplyno">商业:{{orderInfo.syapplyno}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="page">
|
|
<view class="page">
|
|
|
<view class="car">
|
|
<view class="car">
|
|
|
<view class="header d-flex a-center j-sb" @tap="showCarInfo = !showCarInfo">
|
|
<view class="header d-flex a-center j-sb" @tap="showCarInfo = !showCarInfo">
|
|
|
<view class="title">车辆信息</view>
|
|
<view class="title">车辆信息</view>
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont"
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showCarInfo, 'icon-down-weixuanzhong': !showCarInfo }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text style="color: #0055FF;font-size: 12px;">{{showCarInfo?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="body" v-if="showCarInfo">
|
|
<view class="body" v-if="showCarInfo">
|
|
|
<view class="row d-flex a-center j-sb">
|
|
<view class="row d-flex a-center j-sb">
|
|
@@ -126,163 +134,210 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="car" style="padding: 0;">
|
|
<view class="car" style="padding: 0;">
|
|
|
- <view class="header d-flex a-center j-sb " @tap="showOwerInfo = !showOwerInfo" style="padding: 0 10px;">
|
|
|
|
|
|
|
+ <view class="header d-flex a-center j-sb " @tap="showOwerInfo = !showOwerInfo"
|
|
|
|
|
+ style="padding: 0 10px;background: linear-gradient( 180deg, #E0D5FF 0%, rgba(231,213,255,0) 100%);">
|
|
|
<view class="title">人员信息</view>
|
|
<view class="title">人员信息</view>
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont "
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showOwerInfo, 'icon-down-weixuanzhong': !showOwerInfo }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text style="color: #7000FF;font-size: 12px;">{{showCarInfo?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="body" v-if="showOwerInfo">
|
|
|
|
|
- <view class="row d-flex a-center j-sb font-weight "
|
|
|
|
|
- style="background-color: #E5ECFA;padding:5px 10px;">
|
|
|
|
|
- <view>车主姓名:</view>
|
|
|
|
|
- <view>{{ownerInfo.name}}</view>
|
|
|
|
|
|
|
+ <view class="body" v-if="showOwerInfo" style="padding: 8px;">
|
|
|
|
|
+ <u-table border-color="#F0E3F8">
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-th class="fen">车主姓名</u-th>
|
|
|
|
|
+ <u-th class="fen">身份证</u-th>
|
|
|
|
|
+ <u-th class="fen">手机号</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{ownerInfo.name}}</u-td>
|
|
|
|
|
+ <u-td>{{ownerInfo.identifyNumber.slice(0,4)+"******"+ownerInfo.identifyNumber.slice(14,18)}}</u-td>
|
|
|
|
|
+ <u-td>{{ownerInfo.mobile}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <view class="row d-flex a-center j-sb">
|
|
|
|
|
+ <view style="width: 60px;">地址</view>
|
|
|
|
|
+ <view>{{ownerInfo.addr}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="" style="padding: 0 5px;">
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>车主身份证号:</view>
|
|
|
|
|
- <view>
|
|
|
|
|
- {{ownerInfo.identifyNumber}}
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>手机号:</view>
|
|
|
|
|
- <view>{{ownerInfo.mobile}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>地址:</view>
|
|
|
|
|
- <view>{{ownerInfo.addr}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <u-table border-color="#F0E3F8">
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-th class="fen">车主姓名</u-th>
|
|
|
|
|
+ <u-th class="fen">身份证</u-th>
|
|
|
|
|
+ <u-th class="fen">手机号</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{policyHolderInfo.name}}</u-td>
|
|
|
|
|
+ <u-td>{{policyHolderInfo.identifyNumber.slice(0,4)+"******"+policyHolderInfo.identifyNumber.slice(14,18)}}</u-td>
|
|
|
|
|
+ <u-td>{{policyHolderInfo.mobile}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <view class="row d-flex a-center j-sb">
|
|
|
|
|
+ <view style="width: 60px;">地址</view>
|
|
|
|
|
+ <view>{{policyHolderInfo.addr}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="row d-flex a-center j-sb font-weight "
|
|
|
|
|
- style="background-color: #E5ECFA;padding:5px 10px;">
|
|
|
|
|
- <view>投保人姓名:</view>
|
|
|
|
|
- <view>{{policyHolderInfo.name}}</view>
|
|
|
|
|
|
|
+ <u-table border-color="#F0E3F8">
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-th class="fen">车主姓名</u-th>
|
|
|
|
|
+ <u-th class="fen">身份证</u-th>
|
|
|
|
|
+ <u-th class="fen">手机号</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{insuredPersonInfo.name}}</u-td>
|
|
|
|
|
+ <u-td>{{insuredPersonInfo.identifyNumber.slice(0,4)+"******"+insuredPersonInfo.identifyNumber.slice(14,18)}}</u-td>
|
|
|
|
|
+ <u-td>{{insuredPersonInfo.mobile}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <view class="row d-flex a-center j-sb">
|
|
|
|
|
+ <view style="width: 60px;">地址</view>
|
|
|
|
|
+ <view>{{insuredPersonInfo.addr}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="" style="padding: 0 5px;">
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>车主身份证号:</view>
|
|
|
|
|
- <view>
|
|
|
|
|
- {{policyHolderInfo.identifyNumber}}
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>手机号:</view>
|
|
|
|
|
- <view>{{policyHolderInfo.mobile}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>地址:</view>
|
|
|
|
|
- <view>{{policyHolderInfo.addr}}</view>
|
|
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="car">
|
|
|
|
|
+ <view class="header d-flex a-center j-sb" @tap="policyInfoDetailsInfo = !policyInfoDetailsInfo"
|
|
|
|
|
+ style="background: linear-gradient( 180deg, #FFD7C2 0%, rgba(255,215,194,0) 100%);">
|
|
|
|
|
+ <view class="title">保单详情</view>
|
|
|
|
|
+ <text style="color: #FF8B50;font-size: 12px;">{{policyInfoDetailsInfo?'收起':'展开'}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="body" v-if="policyInfoDetailsInfo" style="padding:5px 8px;">
|
|
|
|
|
+ <view class="dis f-c " v-if="orderInfo.jqstartdate">
|
|
|
|
|
+ <view class="dis j-s a-c">
|
|
|
|
|
+ <text class="font-weight" style="color: #6B2709;font-size: 15px;">交强险</text>
|
|
|
|
|
+ <text
|
|
|
|
|
+ style="color: #8B563E;font-size: 13px;">{{orderInfo.jqstartdate}}至{{orderInfo.jqenddate}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="baodan">
|
|
|
|
|
+ <u-th>保险产品</u-th>
|
|
|
|
|
+ <u-th>总计(元)</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>交通事故强制责任险</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.jqpremium}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="row d-flex a-center j-sb font-weight "
|
|
|
|
|
- style="background-color: #E5ECFA;padding:5px 10px;">
|
|
|
|
|
- <view>被保人姓名:</view>
|
|
|
|
|
- <view>{{insuredPersonInfo.name}}</view>
|
|
|
|
|
|
|
+ <view class="dis f-c mt-1" v-if="orderInfo.systartdate">
|
|
|
|
|
+ <view class="dis j-s a-c">
|
|
|
|
|
+ <text class="font-weight" style="color: #6B2709;font-size: 15px;">商业险</text>
|
|
|
|
|
+ <text
|
|
|
|
|
+ style="color: #8B563E;font-size: 13px;">{{orderInfo.systartdate}}至{{orderInfo.syenddate}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="baodan">
|
|
|
|
|
+ <u-th>险种</u-th>
|
|
|
|
|
+ <u-th>保额</u-th>
|
|
|
|
|
+ <u-th>保费(元)</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr v-for="(item,index) in orderInfo.kindinfo" :key="index">
|
|
|
|
|
+ <u-td>{{item.kindName}}</u-td>
|
|
|
|
|
+ <u-td
|
|
|
|
|
+ v-if="['D4', 'SY_FJ_YBW2'].includes(item.kindCode)">{{item.unitAmount}}/座*{{orderInfo.carinfo.seatCount-1}}</u-td>
|
|
|
|
|
+ <u-td v-else-if="['D3'].includes(item.kindCode)">{{item.amount}}/座*1</u-td>
|
|
|
|
|
+ <u-td
|
|
|
|
|
+ v-else-if="['MJ1', 'MJ2', 'MJ3', 'MJ4'].includes(item.kindCode)">{{item.deductibleRate}}</u-td>
|
|
|
|
|
+ <u-td
|
|
|
|
|
+ v-else-if="['TY1', 'TY2', 'TY3', 'TY4'].includes(item.kindCode)">{{item.serviceTimes}}/次</u-td>
|
|
|
|
|
+ <u-td v-else>{{item.amount}}</u-td>
|
|
|
|
|
+ <u-td>¥{{item.coveragePremium}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="" style="padding: 0 5px;">
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>车主身份证号:</view>
|
|
|
|
|
- <view>
|
|
|
|
|
- {{insuredPersonInfo.identifyNumber}}
|
|
|
|
|
|
|
+ <view class="dis f-c mt-1 policyInfo" v-if="orderInfo.jyName">
|
|
|
|
|
+ <text class="tagHeader dis a-c">
|
|
|
|
|
+ <text>{{orderInfo.jyName}}
|
|
|
|
|
+ <view class="tag"></view>
|
|
|
|
|
+ </text>
|
|
|
|
|
+ </text>
|
|
|
|
|
+ <u-table border-color="#F8E9E3" v-if="orderInfo.accidentInfo.length>0">
|
|
|
|
|
+ <u-tr class="baodan">
|
|
|
|
|
+ <u-th width="50%">保险责任</u-th>
|
|
|
|
|
+ <u-th>保额</u-th>
|
|
|
|
|
+ <u-th>保费(元)</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <view class="dis">
|
|
|
|
|
+ <view class="accident dis f-c">
|
|
|
|
|
+ <view class="dis" v-for="(item,index) in orderInfo.accidentInfo" :key="index">
|
|
|
|
|
+ <view style="width: 67%;">{{item.name}}</view>
|
|
|
|
|
+ <view style="width: 33%;">{{item.amount}}</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="right dis j-c a-c">
|
|
|
|
|
+ {{orderInfo.jypremium}}
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>手机号:</view>
|
|
|
|
|
- <view>{{insuredPersonInfo.mobile}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="row d-flex a-center j-sb">
|
|
|
|
|
- <view>地址:</view>
|
|
|
|
|
- <view>{{insuredPersonInfo.addr}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <u-table border-color="#F8E9E3" v-if="orderInfo.jyName">
|
|
|
|
|
+ <u-tr class="baodan">
|
|
|
|
|
+ <u-th>座位数</u-th>
|
|
|
|
|
+ <u-th>每份</u-th>
|
|
|
|
|
+ <u-th>份数</u-th>
|
|
|
|
|
+ <u-th>总计</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{orderInfo.carinfo.seatCount}}</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.jypremium / orderInfo.jyQuantity}}/每份</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.jyQuantity}}份</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.jypremium}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="car">
|
|
<view class="car">
|
|
|
- <view class="header d-flex a-center j-sb" @tap="showPolicyHolderInfo = !showPolicyHolderInfo">
|
|
|
|
|
|
|
+ <view class="header d-flex a-center j-sb"
|
|
|
|
|
+ style="background: linear-gradient( 180deg, #FFD5D5 0%, rgba(255,213,213,0) 100%);"
|
|
|
|
|
+ @tap="showPolicyHolderInfo = !showPolicyHolderInfo">
|
|
|
<view class="title">保费信息</view>
|
|
<view class="title">保费信息</view>
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont "
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showPolicyHolderInfo, 'icon-down-weixuanzhong': !showPolicyHolderInfo }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text style="color: #FF4D4D;font-size: 12px;">{{showPolicyHolderInfo?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="body" v-if="showPolicyHolderInfo">
|
|
|
|
|
|
|
+ <view class="body" v-if="showPolicyHolderInfo" style="padding: 5px 8px ;">
|
|
|
<view class=" dis f-c">
|
|
<view class=" dis f-c">
|
|
|
<template v-if="orderInfo.jqpremium">
|
|
<template v-if="orderInfo.jqpremium">
|
|
|
<view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
<view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
|
<text>交强险:</text>
|
|
<text>交强险:</text>
|
|
|
- <text>¥{{orderInfo.jqpremium}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis f-c ">
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.9);">起保日期:{{orderInfo.jqstartdate}}</text>
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.9);">终保日期:{{orderInfo.jqenddate}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view v-if="orderInfo.jqpremium && orderInfo.feeOrderNewVo" class=" d-flex a-center j-c"
|
|
|
|
|
- style="margin-bottom: 5px;">
|
|
|
|
|
- <view class="costDetails" v-if="orderInfo.feeDisplay">
|
|
|
|
|
- <view class="dis j-s a-c " style="padding: 4px 6px;">
|
|
|
|
|
- <text class="text1">手续费比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[0].superviseCosts}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">跟单比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[0].otherCostsProportion}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">总比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[0].totalProportion}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-s a-c" style="padding: 4px 6px;">
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'掌柜科技币1:':'手续费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[0].superviseCostsPremiums">{{orderInfo.feeOrderNewVo.exportFee[0].superviseCostsPremiums}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'掌柜科技币2:':'跟单费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[0].otherCostsPremiums">{{orderInfo.feeOrderNewVo.exportFee[0].otherCostsPremiums}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
-
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'总科技币:':'总费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[0].totalAmount">{{orderInfo.feeOrderNewVo.exportFee[0].totalAmount}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text
|
|
|
|
|
+ style="font-size: 15px;color: #FF4D4D;font-weight: bold;">{{orderInfo.jqpremium}}元</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="dis f-c"
|
|
|
|
|
- style="background-color: #F9F9F9;border-radius: 10px;padding: 6px;margin-bottom: 5px;">
|
|
|
|
|
- <view class="dis j-s a-c">
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.8)">险别/名称</text>
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.8)">保额</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-s a-c" v-for="(item,index) in orderInfo.jqInsuranceType" :key="index"
|
|
|
|
|
- style="margin-top: 6px;">
|
|
|
|
|
- <text>{{item.name}}</text>
|
|
|
|
|
- <text>{{item.amount}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="dis f-c "
|
|
|
|
|
+ v-if="orderInfo.feeDisplay && orderInfo.jqpremium && orderInfo.feeOrderNewVo">
|
|
|
|
|
+ <text style="color:#F54949;font-size: 13px;">优惠费用</text>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="bili">
|
|
|
|
|
+ <u-th>手续费比例</u-th>
|
|
|
|
|
+ <u-th>跟单比例</u-th>
|
|
|
|
|
+ <u-th>总比例</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[0].superviseCosts}}%</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[0].otherCostsProportion}}%</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[0].totalProportion}}%</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="feiyong">
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'掌柜科技币1':'手续费用'}}</u-th>
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'掌柜科技币2':'跟单费用'}}</u-th>
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'总科技币':'总费用'}}</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[0].superviseCostsPremiums}}</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[0].otherCostsPremiums}}</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[0].totalAmount}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-if="taxAmount">
|
|
<template v-if="taxAmount">
|
|
|
<view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
<view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
|
<text>车船税:</text>
|
|
<text>车船税:</text>
|
|
|
- <text>¥{{taxAmount}}</text>
|
|
|
|
|
|
|
+ <text style="font-size: 15px;color: #FF4D4D;font-weight: bold;">{{taxAmount}}元</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="dis f-c" v-if="orderInfo.taxArrears && orderInfo.taxArrears.length>0">
|
|
<view class="dis f-c" v-if="orderInfo.taxArrears && orderInfo.taxArrears.length>0">
|
|
|
- <text>欠税信息</text>
|
|
|
|
|
<view class="body" style="padding: 10px 5px;">
|
|
<view class="body" style="padding: 10px 5px;">
|
|
|
- <u-table :th-style="{background:'#ff9000'}">
|
|
|
|
|
- <u-tr>
|
|
|
|
|
- <u-th style="font-size: 20rpx;">当年应缴(元)</u-th>
|
|
|
|
|
- <u-th style="font-size: 20rpx;">去年补缴(元)</u-th>
|
|
|
|
|
- <u-th style="font-size: 20rpx;">滞纳金(元)</u-th>
|
|
|
|
|
- <u-th style="font-size: 20rpx;">总计</u-th>
|
|
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="baodan">
|
|
|
|
|
+ <u-th>当年应缴</u-th>
|
|
|
|
|
+ <u-th>去年补缴</u-th>
|
|
|
|
|
+ <u-th>滞纳金</u-th>
|
|
|
|
|
+ <u-th>总计</u-th>
|
|
|
</u-tr>
|
|
</u-tr>
|
|
|
<u-tr v-for="(item,index) in orderInfo.taxArrears" :key="index">
|
|
<u-tr v-for="(item,index) in orderInfo.taxArrears" :key="index">
|
|
|
<u-td>{{item.dayYearTax}}</u-td>
|
|
<u-td>{{item.dayYearTax}}</u-td>
|
|
@@ -297,172 +352,89 @@
|
|
|
<template v-if="sypremium">
|
|
<template v-if="sypremium">
|
|
|
<view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
<view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
|
<text>商业险:</text>
|
|
<text>商业险:</text>
|
|
|
- <text>¥{{sypremium}}</text>
|
|
|
|
|
|
|
+ <text style="font-size: 15px;color: #FF4D4D;font-weight: bold;">{{sypremium}}元</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="dis f-c ">
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.9);">起保日期:{{orderInfo.systartdate}}</text>
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.9);">终保日期:{{orderInfo.syenddate}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="costDetails"
|
|
|
|
|
- v-if="sypremium && orderInfo.feeOrderNewVo && orderInfo.feeDisplay">
|
|
|
|
|
- <view class="dis j-s a-c " style="border-bottom: 1px solid #f2f2f2;padding: 4px 6px;">
|
|
|
|
|
- <text class="text1">手续费比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[1].superviseCosts}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">跟单比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[1].otherCostsProportion}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
-
|
|
|
|
|
- <text class="text1">总比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[1].totalProportion}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-s a-c" style="padding: 4px 6px;">
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'掌柜科技币1:':'手续费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[1].superviseCostsPremiums">{{orderInfo.feeOrderNewVo.exportFee[1].superviseCostsPremiums}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'掌柜科技币2:':'跟单费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[1].otherCostsPremiums">{{orderInfo.feeOrderNewVo.exportFee[1].otherCostsPremiums}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'总科技币:':'总费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[1].totalAmount">{{orderInfo.feeOrderNewVo.exportFee[1].totalAmount}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="kindList mt-1">
|
|
|
|
|
- <view class="dis j-s" style="color: rgba(35,40,50,0.6);font-size: 24rpx;border-bottom: 1px silid
|
|
|
|
|
- #232832">
|
|
|
|
|
- <view class="dis j-start" style="width: 33.33%;">
|
|
|
|
|
- <text>险别/名称</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-c" style="width: 33.33%;">
|
|
|
|
|
- <text>保额</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-end" style="width: 33.33%;">
|
|
|
|
|
- <text>保费(元)</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <block v-for="(item,index) in kindList" :key="index">
|
|
|
|
|
- <template>
|
|
|
|
|
- <view class="kindItem dis">
|
|
|
|
|
- <view class="dis j-start" style="width: 33.33%;">
|
|
|
|
|
- <text>{{item.kindName}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis a-c j-c" v-if="['A'].includes(item.kindCode)"
|
|
|
|
|
- style="width: 33.33%;"><text>
|
|
|
|
|
- {{item.amount}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis a-c j-c"
|
|
|
|
|
- v-else-if="['D4', 'SY_FJ_YBW2'].includes(item.kindCode)"
|
|
|
|
|
- style="width: 33.33%;">
|
|
|
|
|
- <text>{{toChinesNum(item.unitAmount)}}/座*{{orderInfo.carinfo.seatCount-1}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis a-c j-c"
|
|
|
|
|
- v-else-if="['MJ1', 'MJ2', 'MJ3', 'MJ4'].includes(item.kindCode)"
|
|
|
|
|
- style="width: 33.33%;">
|
|
|
|
|
- <text>{{item.deductibleRate}}%</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis a-c j-c" v-else style="width: 33.33%;">
|
|
|
|
|
- <text>{{toChinesNum(item.amount)}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis a-c j-end" style="width: 33.33%;">
|
|
|
|
|
- <text v-if="item.coveragePremium">¥{{item.coveragePremium}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- </template>
|
|
|
|
|
- </block>
|
|
|
|
|
- <view class="kindItem d-flex a-center j-sb" v-for="(item,index) in roadrescueList"
|
|
|
|
|
- :key="index">
|
|
|
|
|
- <view>{{item.kindName}}</view>
|
|
|
|
|
- <view class="d-flex j-end">{{item.serviceTimes}}次</view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view v-if="sypremium && orderInfo.feeOrderNewVo && orderInfo.feeDisplay">
|
|
|
|
|
+ <text style="color:#F54949;font-size: 13px;">优惠费用</text>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="bili">
|
|
|
|
|
+ <u-th>手续费比例</u-th>
|
|
|
|
|
+ <u-th>跟单比例</u-th>
|
|
|
|
|
+ <u-th>总比例</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[1].superviseCosts}}%</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[1].otherCostsProportion}}%</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[1].totalProportion}}%</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="feiyong">
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'掌柜科技币1':'手续费用'}}</u-th>
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'掌柜科技币2':'跟单费用'}}</u-th>
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'总科技币':'总费用'}}</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[1].superviseCostsPremiums}}</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[1].otherCostsPremiums}}</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[1].totalAmount}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-if="jypremium">
|
|
<template v-if="jypremium">
|
|
|
- <view class="dis a-c j-s " style="color: #232832;font-weight: bold;">
|
|
|
|
|
- <text>附加险:意外险</text>
|
|
|
|
|
- <text>¥{{jypremium}}</text>
|
|
|
|
|
|
|
+ <view class="dis a-c j-s mt-1" style="color: #232832;font-weight: bold;">
|
|
|
|
|
+ <text>非车险:驾意险</text>
|
|
|
|
|
+ <text style="font-size: 15px;color: #FF4D4D;font-weight: bold;">{{jypremium}}元</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="jypremium && orderInfo.feeOrderNewVo" class="row d-flex a-center j-c">
|
|
|
|
|
- <view class="costDetails" v-if="orderInfo.feeDisplay">
|
|
|
|
|
- <view class="dis j-s a-c "
|
|
|
|
|
- style="border-bottom: 1px solid #f2f2f2;padding: 4px 6px;">
|
|
|
|
|
- <text class="text1">手续费比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[2].superviseCosts}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">跟单比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[2].otherCostsProportion}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
-
|
|
|
|
|
- <text class="text1">总比例:<text
|
|
|
|
|
- class="text2">{{orderInfo.feeOrderNewVo.exportFee[2].totalProportion}}%</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-s a-c" style="padding: 4px 6px;">
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'掌柜科技币1:':'手续费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[2].superviseCostsPremiums">{{orderInfo.feeOrderNewVo.exportFee[2].superviseCostsPremiums}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'掌柜科技币2:':'跟单费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[2].otherCostsPremiums">{{orderInfo.feeOrderNewVo.exportFee[2].otherCostsPremiums}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- <text class="text1">{{orderInfo.feeView?'总科技币:':'总费用:¥'}}
|
|
|
|
|
- <text class="text2 text2-color"
|
|
|
|
|
- v-if="orderInfo.feeOrderNewVo.exportFee[2].totalAmount">{{orderInfo.feeOrderNewVo.exportFee[2].totalAmount}}</text>
|
|
|
|
|
- <text v-else>0</text>
|
|
|
|
|
- </text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class=" dis j-s f-c p-2" v-if="orderInfo.accidentInfo.length>0"
|
|
|
|
|
- style="border: none;background-color: #F9F9F9;border-radius: 10px;">
|
|
|
|
|
- <view class="dis j-s a-c" style="border-bottom: 1px solid #f2f2f2;">
|
|
|
|
|
- <view class="dis j-start" style="width: 50%;">
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.8)">保障范围</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-c" style="width: 25%;">
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.8)">保额</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="dis j-end" style="width: 25%;">
|
|
|
|
|
- <text style="color: rgba(35,40,50,0.8)">保费(元)</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="coverage-sum dis j-s" v-for="(item,index) in orderInfo.accidentInfo"
|
|
|
|
|
- :key="index" style="margin-top: 6px;">
|
|
|
|
|
- <view style="width: 50%;" class="dis a-c j-start">
|
|
|
|
|
- <text>{{item.name}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view style="width: 25%;" class="dis a-c j-c">
|
|
|
|
|
- <text>{{item.amount}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view style="width: 25%;" class="dis a-c j-c">
|
|
|
|
|
- <text>{{item.premium}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="" v-if="jypremium && orderInfo.feeOrderNewVo && orderInfo.feeDisplay">
|
|
|
|
|
+ <text style="color:#F54949;font-size: 13px;">优惠费用</text>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="bili">
|
|
|
|
|
+ <u-th>手续费比例</u-th>
|
|
|
|
|
+ <u-th>跟单比例</u-th>
|
|
|
|
|
+ <u-th>总比例</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[2].superviseCosts}}%</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[2].otherCostsProportion}}%</u-td>
|
|
|
|
|
+ <u-td>{{orderInfo.feeOrderNewVo.exportFee[2].totalProportion}}%</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
|
|
+ <u-table border-color="#F8E9E3">
|
|
|
|
|
+ <u-tr class="feiyong">
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'掌柜科技币1':'手续费用'}}</u-th>
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'掌柜科技币2':'跟单费用'}}</u-th>
|
|
|
|
|
+ <u-th>{{orderInfo.feeView?'总科技币':'总费用'}}</u-th>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ <u-tr>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[2].superviseCostsPremiums}}</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[2].otherCostsPremiums}}</u-td>
|
|
|
|
|
+ <u-td>¥{{orderInfo.feeOrderNewVo.exportFee[2].totalAmount}}</u-td>
|
|
|
|
|
+ </u-tr>
|
|
|
|
|
+ </u-table>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
|
|
+ <view class="dis a-c j-s policyInfo mt-1">
|
|
|
|
|
+ <text class="tagHeader dis a-c">
|
|
|
|
|
+ <text class="font-weight" style="font-size: 15px;">应缴金额
|
|
|
|
|
+ <view
|
|
|
|
|
+ style="background:linear-gradient( 90deg, #FF564C 0%, rgba(255,86,76,0) 100%) ;"
|
|
|
|
|
+ class="tag"></view>
|
|
|
|
|
+ </text>
|
|
|
|
|
+ </text>
|
|
|
|
|
+ <text
|
|
|
|
|
+ style="font-size: 16px;color: #FF4D4D;font-weight: bold;">{{orderInfo.sumpremium}}元</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="car">
|
|
<view class="car">
|
|
|
- <view class="header d-flex a-center j-sb" @tap="showextendInfo = !showextendInfo">
|
|
|
|
|
- <view class="title">车辆评分</view>
|
|
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont "
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showextendInfo, 'icon-down-weixuanzhong': !showextendInfo }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="header d-flex a-center j-sb"
|
|
|
|
|
+ style="background: linear-gradient( 180deg, #D5FFDB 0%, rgba(213,255,222,0) 100%)"
|
|
|
|
|
+ @tap="showextendInfo = !showextendInfo">
|
|
|
|
|
+ <view class="title">保费因素</view>
|
|
|
|
|
+ <text style="color: #44DC2B;font-size: 12px;">{{showextendInfo?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="body" v-if="showextendInfo">
|
|
<view class="body" v-if="showextendInfo">
|
|
|
<view class="row d-flex a-center j-sb">
|
|
<view class="row d-flex a-center j-sb">
|
|
@@ -515,20 +487,17 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="car">
|
|
<view class="car">
|
|
|
- <view class="header d-flex a-center j-sb" @tap="showCarImageInfo = !showCarImageInfo">
|
|
|
|
|
|
|
+ <view class="header d-flex a-center j-sb"
|
|
|
|
|
+ style="background: linear-gradient( 180deg, #D5FFFF 0%, rgba(213,255,247,0) 100%);"
|
|
|
|
|
+ @tap="showCarImageInfo = !showCarImageInfo">
|
|
|
<view class="title">影像信息</view>
|
|
<view class="title">影像信息</view>
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont "
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showCarImageInfo, 'icon-down-weixuanzhong': !showCarImageInfo }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text style="color: #00B2FF;font-size: 12px;">{{showCarImageInfo?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="body" style="padding: 10px 5px;" v-if="showCarImageInfo">
|
|
|
|
|
|
|
+ <view class="body" style="padding: 0 8px 5px;" v-if="showCarImageInfo">
|
|
|
<view class="uni-uploader">
|
|
<view class="uni-uploader">
|
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>行驶证主页</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start ">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">行驶证主页</text>
|
|
|
<block v-for="(image,index) in imgList1" :key="index">
|
|
<block v-for="(image,index) in imgList1" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -545,8 +514,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>行驶证副本</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">行驶证副本</text>
|
|
|
<block v-for="(image,index) in imgList2" :key="index">
|
|
<block v-for="(image,index) in imgList2" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -567,8 +536,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="uni-uploader">
|
|
<view class="uni-uploader">
|
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>车主身份证正面</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">车主身份证正面</text>
|
|
|
<block v-for="(image,index) in imgList3" :key="index">
|
|
<block v-for="(image,index) in imgList3" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -584,8 +553,8 @@
|
|
|
@tap="chooseImage('C02','ownerImageListId','imgList3')"></view>
|
|
@tap="chooseImage('C02','ownerImageListId','imgList3')"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>车主身份证反面</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">车主身份证反面</text>
|
|
|
<block v-for="(image,index) in imgList4" :key="index">
|
|
<block v-for="(image,index) in imgList4" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -605,8 +574,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="uni-uploader">
|
|
<view class="uni-uploader">
|
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>投保人身份证正面</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">投保人身份证正面</text>
|
|
|
<block v-for="(image,index) in imgList5" :key="index">
|
|
<block v-for="(image,index) in imgList5" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -622,8 +591,8 @@
|
|
|
@tap="chooseImage('C03','policyImageListId','imgList5')"></view>
|
|
@tap="chooseImage('C03','policyImageListId','imgList5')"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>投保人身份证反面</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">投保人身份证反面</text>
|
|
|
<block v-for="(image,index) in imgList6" :key="index">
|
|
<block v-for="(image,index) in imgList6" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -643,8 +612,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="uni-uploader">
|
|
<view class="uni-uploader">
|
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>被保人身份证正面</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">被保人身份证正面</text>
|
|
|
<block v-for="(image,index) in imgList7" :key="index">
|
|
<block v-for="(image,index) in imgList7" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -660,8 +629,8 @@
|
|
|
@tap="chooseImage('C04','insuredImageListId','imgList7')"></view>
|
|
@tap="chooseImage('C04','insuredImageListId','imgList7')"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>被保人身份证反面</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">被保人身份证反面</text>
|
|
|
<block v-for="(image,index) in imgList8" :key="index">
|
|
<block v-for="(image,index) in imgList8" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -681,8 +650,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="uni-uploader">
|
|
<view class="uni-uploader">
|
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>新车合格证</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">新车合格证</text>
|
|
|
<block v-for="(image,index) in imgNewCarQualified" :key="index">
|
|
<block v-for="(image,index) in imgNewCarQualified" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -698,8 +667,8 @@
|
|
|
@tap="chooseImage('XC00','imgNewCarinvoiceId','imgNewCarQualified')"></view>
|
|
@tap="chooseImage('XC00','imgNewCarinvoiceId','imgNewCarQualified')"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>购车发票</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">购车发票</text>
|
|
|
<block v-for="(image,index) in imgNewCarInvoice" :key="index">
|
|
<block v-for="(image,index) in imgNewCarInvoice" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -718,8 +687,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="uni-uploader">
|
|
<view class="uni-uploader">
|
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
<view class="uni-uploader-body dis j-s a-c">
|
|
|
- <view class="uni-uploader__files dis f-c a-c">
|
|
|
|
|
- <text>其他关系证明</text>
|
|
|
|
|
|
|
+ <view class="uni-uploader__files dis f-c a-start">
|
|
|
|
|
+ <text style="color: #232832;font-size: 13px;margin-left: 5px;">其他关系证明</text>
|
|
|
<block v-for="(image,index) in imgRelationship" :key="index">
|
|
<block v-for="(image,index) in imgRelationship" :key="index">
|
|
|
<view class="uni-uploader__file">
|
|
<view class="uni-uploader__file">
|
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
<image class="uni-uploader__img" :src="image.url" :data-src="image.url"
|
|
@@ -739,17 +708,14 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 特约 -->
|
|
<!-- 特约 -->
|
|
|
<view class="car" v-if="['紫金财险','华泰财险'].includes(this.name)">
|
|
<view class="car" v-if="['紫金财险','华泰财险'].includes(this.name)">
|
|
|
- <view class=" header title d-flex a-center j-sb" @tap="showAppoint=!showAppoint">
|
|
|
|
|
|
|
+ <view class=" header title d-flex a-center j-sb"
|
|
|
|
|
+ style="background: linear-gradient( 180deg, #DBFFBF 0%, rgba(219,255,191,0) 100%);"
|
|
|
|
|
+ @tap="showAppoint=!showAppoint">
|
|
|
<text style="font-weight: bold;">特约</text>
|
|
<text style="font-weight: bold;">特约</text>
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont "
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showAppoint, 'icon-down-weixuanzhong': !showAppoint }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text style="color: #0055FF;font-size: 12px;">{{showAppoint?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class=" dis f-c j-c " v-if="showAppoint"
|
|
<view class=" dis f-c j-c " v-if="showAppoint"
|
|
|
- style="background-color: #fff;padding: 8px;border-radius: 6px;">
|
|
|
|
|
|
|
+ style="background-color: #fff;padding: 5px 8px;border-radius: 6px;">
|
|
|
<template v-if="this.name=='紫金财险'">
|
|
<template v-if="this.name=='紫金财险'">
|
|
|
<u-button type="warning" size="mini" style="width: 80px;margin-top: 5px;"
|
|
<u-button type="warning" size="mini" style="width: 80px;margin-top: 5px;"
|
|
|
@click="ziJinshow=true">特约选择</u-button>
|
|
@click="ziJinshow=true">特约选择</u-button>
|
|
@@ -775,28 +741,25 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="car">
|
|
<view class="car">
|
|
|
- <view class="header d-flex a-center j-sb" @tap="showApplyno = !showApplyno">
|
|
|
|
|
|
|
+ <view class="header d-flex a-center j-sb"
|
|
|
|
|
+ style="background: linear-gradient( 180deg, #DBFFBF 0%, rgba(219,255,191,0) 100%);"
|
|
|
|
|
+ @tap="showApplyno = !showApplyno">
|
|
|
<view class="title">保单信息</view>
|
|
<view class="title">保单信息</view>
|
|
|
- <view class="adjustPlan d-flex">
|
|
|
|
|
- <view class="icon iconfont "
|
|
|
|
|
- :class="{ 'icon-up-yixuanzhong': showApplyno, 'icon-down-weixuanzhong': !showApplyno }"
|
|
|
|
|
- style="font-weight: bold;color: #B3B3B3;">
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text style="color: #0055FF;font-size: 12px;">{{showApplyno?'收起':'展开'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="body" v-if="showApplyno">
|
|
<view class="body" v-if="showApplyno">
|
|
|
<view class="row d-flex a-center j-sb" v-if="orderInfo.jqapplyno">
|
|
<view class="row d-flex a-center j-sb" v-if="orderInfo.jqapplyno">
|
|
|
<view>交强险投保单号:</view>
|
|
<view>交强险投保单号:</view>
|
|
|
<view>{{orderInfo.jqapplyno}}</view>
|
|
<view>{{orderInfo.jqapplyno}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="row d-flex a-center j-sb" v-if="orderInfo.jqpolicyno">
|
|
|
|
|
- <view>交强险保单号:</view>
|
|
|
|
|
- <view>{{orderInfo.jqpolicyno}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
<view class="row d-flex a-center j-sb" v-if="orderInfo.syapplyno">
|
|
<view class="row d-flex a-center j-sb" v-if="orderInfo.syapplyno">
|
|
|
<view>商业险投保单号:</view>
|
|
<view>商业险投保单号:</view>
|
|
|
<view>{{orderInfo.syapplyno}}</view>
|
|
<view>{{orderInfo.syapplyno}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="row d-flex a-center j-sb" v-if="orderInfo.jqpolicyno">
|
|
|
|
|
+ <view>交强险保单号:</view>
|
|
|
|
|
+ <view>{{orderInfo.jqpolicyno}}</view>
|
|
|
|
|
+ </view>
|
|
|
<view class="row d-flex a-center j-sb" v-if="orderInfo.sypolicyno">
|
|
<view class="row d-flex a-center j-sb" v-if="orderInfo.sypolicyno">
|
|
|
<view>商业险保单号:</view>
|
|
<view>商业险保单号:</view>
|
|
|
<view>{{orderInfo.sypolicyno}}</view>
|
|
<view>{{orderInfo.sypolicyno}}</view>
|
|
@@ -808,6 +771,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="right ">
|
|
<view class="right ">
|
|
|
<text class="checkButton d-flex a-center j-center"
|
|
<text class="checkButton d-flex a-center j-center"
|
|
|
|
|
+ style="font-size: 14px;color: #2CC93B;"
|
|
|
@tap="downloadPolicy(policyListitem.fileurl)">下载</text>
|
|
@tap="downloadPolicy(policyListitem.fileurl)">下载</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -818,6 +782,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="right ">
|
|
<view class="right ">
|
|
|
<text class="checkButton d-flex a-center j-center"
|
|
<text class="checkButton d-flex a-center j-center"
|
|
|
|
|
+ style="font-size: 14px;color: #2CC93B;"
|
|
|
@tap="downloadPolicy(policyListitem1.fileurl)">下载</text>
|
|
@tap="downloadPolicy(policyListitem1.fileurl)">下载</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -1276,6 +1241,7 @@
|
|
|
showPolicyno: false, //展示保单号
|
|
showPolicyno: false, //展示保单号
|
|
|
showPolicyFile: false, //展示电子保单
|
|
showPolicyFile: false, //展示电子保单
|
|
|
showPolicybzFile: false, //展示电子保单
|
|
showPolicybzFile: false, //展示电子保单
|
|
|
|
|
+ policyInfoDetailsInfo: false,
|
|
|
policyList: [], //电子保单文件
|
|
policyList: [], //电子保单文件
|
|
|
policyList1: [], //电子标志文件
|
|
policyList1: [], //电子标志文件
|
|
|
showCarImageInfo: false, //显示车辆影像
|
|
showCarImageInfo: false, //显示车辆影像
|
|
@@ -1512,11 +1478,11 @@
|
|
|
title: "未查询到该订单"
|
|
title: "未查询到该订单"
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
- if (this.orderstatus == '3') {
|
|
|
|
|
- uni.setNavigationBarTitle({
|
|
|
|
|
- title: "订单详情"
|
|
|
|
|
- })
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (this.orderstatus == '3') {
|
|
|
|
|
+ // uni.setNavigationBarTitle({
|
|
|
|
|
+ // title: "订单详情"
|
|
|
|
|
+ // })
|
|
|
|
|
+ // }
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
...mapMutations(['setOrderStage', 'setOrderType']),
|
|
...mapMutations(['setOrderStage', 'setOrderType']),
|
|
@@ -1554,7 +1520,6 @@
|
|
|
break;
|
|
break;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
//字典name匹配
|
|
//字典name匹配
|
|
@@ -2732,13 +2697,27 @@
|
|
|
|
|
|
|
|
.price {
|
|
.price {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 40px;
|
|
|
|
|
- background: #FFFFFF;
|
|
|
|
|
- border-radius: 6px 6px 0px 0px;
|
|
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+
|
|
|
|
|
+ .price1 {
|
|
|
|
|
+ padding: 12px;
|
|
|
|
|
+ background: linear-gradient(180deg, #DAE5FE 0%, #F2F6FF 100%);
|
|
|
|
|
+ border-radius: 6px 6px 0 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .price2 {
|
|
|
|
|
+ padding: 12px;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ border-radius: 0 0 6px 6px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
.header {
|
|
|
|
|
+ padding: 8px;
|
|
|
|
|
+ background: linear-gradient(180deg, #C7DAFF 0%, rgba(199, 218, 255, 0) 100%);
|
|
|
|
|
+ border-radius: 6px 6px 0 0;
|
|
|
height: 80upx;
|
|
height: 80upx;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
@@ -2875,7 +2854,6 @@
|
|
|
|
|
|
|
|
.car {
|
|
.car {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- padding: 0upx 10px 0;
|
|
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
box-shadow: 0px 4px 10px 0px #DAE3F4;
|
|
box-shadow: 0px 4px 10px 0px #DAE3F4;
|
|
@@ -2883,15 +2861,21 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
|
|
.body {
|
|
.body {
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
.row {
|
|
.row {
|
|
|
- padding: 5px;
|
|
|
|
|
|
|
+ padding: 5px 8px;
|
|
|
border-bottom: 1px solid #F3F3F3;
|
|
border-bottom: 1px solid #F3F3F3;
|
|
|
|
|
|
|
|
|
|
+ view:first-child {
|
|
|
|
|
+ color: #232832;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ view:last-child {
|
|
|
|
|
+ color: #666;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
.row:last-child {
|
|
.row:last-child {
|
|
|
border: none;
|
|
border: none;
|
|
|
}
|
|
}
|
|
@@ -3026,6 +3010,7 @@
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
box-shadow: 0px 4px 10px 0px #DAE3F4;
|
|
box-shadow: 0px 4px 10px 0px #DAE3F4;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -3211,9 +3196,72 @@
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .policyInfo {
|
|
|
|
|
+ .tagHeader {
|
|
|
|
|
+ font-family: Source Han Sans SC, Source Han Sans SC;
|
|
|
|
|
+
|
|
|
|
|
+ text {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tag {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ bottom: -1px;
|
|
|
|
|
+ width: 50%;
|
|
|
|
|
+ height: 5px;
|
|
|
|
|
+ background: linear-gradient(90deg, #FF884C 0%, rgba(255, 136, 76, 0) 80%);
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .accident {
|
|
|
|
|
+ width: 75%;
|
|
|
|
|
+
|
|
|
|
|
+ .dis {
|
|
|
|
|
+ border-bottom: 1px solid #F8E9E3;
|
|
|
|
|
+
|
|
|
|
|
+ view {
|
|
|
|
|
+ border-right: 1px solid #F8E9E3;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ padding: 5px 3px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .right {
|
|
|
|
|
+ width: 25%;
|
|
|
|
|
+ border-right: 1px solid #F8E9E3;
|
|
|
|
|
+ border-bottom: 1px solid #F8E9E3;
|
|
|
|
|
+ padding: 5px 3px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/deep/ {
|
|
/deep/ {
|
|
|
- .u-th {
|
|
|
|
|
- background-color: #F2F6FF;
|
|
|
|
|
|
|
+ .fen {
|
|
|
|
|
+ background-color: #FBF6FE;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .baodan {
|
|
|
|
|
+ .u-th {
|
|
|
|
|
+ background: #FEF9F6;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .bili {
|
|
|
|
|
+ .u-th {
|
|
|
|
|
+ background: #FEF9F6;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .feiyong {
|
|
|
|
|
+ .u-th {
|
|
|
|
|
+ background: #FEF6F6;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|