|
|
@@ -873,14 +873,19 @@
|
|
|
<span class="letter letter11">.</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
- <div class="dis f-c" v-show="reslistitem.quoteCode == '200'">
|
|
|
+ <div class="dis f-c" v-show="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'">
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.sumPermium }}
|
|
|
</span>
|
|
|
<!-- <span style="font-size: 13px; color: #2d4d89" class="m-top-5">{{ reslistitem.result.feeView ? '总科技币:' : '优惠:' }}{{ reslistitem.result.sumExportFee}}</span> -->
|
|
|
</div>
|
|
|
+ <div class="dis f-c" v-show="reslistitem.quoteCode == '200' && (reslistitem.result.orderstatus == '10' || reslistitem.result.orderstatus == '11')">
|
|
|
+ <span style="color: #d42426; font-weight: bold">
|
|
|
+ {{ reslistitem.result.orderStatusInfo }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
+ <el-col :span="3" v-show="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'">
|
|
|
<div class="dis f-c">
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.jqPremium }}
|
|
|
@@ -888,12 +893,12 @@
|
|
|
<!-- <span v-if="reslistitem.result.jqPremium" style="font-size: 13px; color: #2d4d89" class="m-top-5">{{ reslistitem.result.feeView ? '掌柜科技币:' : '优惠:' }}{{ reslistitem.result.jqExportFee }}</span> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
+ <el-col :span="3" v-show="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'">
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.taxAmount }}
|
|
|
</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
+ <el-col :span="3" v-show="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'">
|
|
|
<div class="dis f-c">
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.syPremium }}
|
|
|
@@ -901,7 +906,7 @@
|
|
|
<!-- <span v-if="reslistitem.result.syPremium" style="font-size: 13px; color: #2d4d89" class="m-top-5">{{ reslistitem.result.feeView ? '掌柜科技币:' : '优惠:' }}{{ reslistitem.result.syExportFee }}</span> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="2" v-if="reslistitem.quoteCode == '200'" style="">
|
|
|
+ <el-col :span="2" v-if="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'" style="">
|
|
|
<div class="dis f-c">
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
{{
|
|
|
@@ -947,6 +952,12 @@
|
|
|
}}
|
|
|
</div>
|
|
|
</el-col>
|
|
|
+ <el-col :span="24" v-show="reslistitem.quoteCode == '200' &&
|
|
|
+ (reslistitem.result.orderstatus == '10' || reslistitem.result.orderstatus == '11')">
|
|
|
+ <div class="flex j-s offer-time" style="color: #d42426">
|
|
|
+ {{ reslistitem.result.quoteErrMsg }}
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
<div class="baofeijisuan" @click="handleListJisuan(reslistitem, reslistindex)">计算保费</div>
|
|
|
</el-row>
|
|
|
|
|
|
@@ -1042,7 +1053,7 @@
|
|
|
</div>
|
|
|
<div class="w-60"> {{ toWan(kinds.amount) }}</div>
|
|
|
</div>
|
|
|
- <div class="table-list-content" v-if="!reslistitem.programme.kinds.main.length && !reslistitem.programme.kinds.additional.length">暂无</div>
|
|
|
+ <div class="table-list-content" v-if="reslistitem.programme && reslistitem.programme.kinds && !reslistitem.programme.kinds.main.length && !reslistitem.programme.kinds.additional.length">暂无</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card-table" v-if="reslistitem.programme && reslistitem.programme.drivingList && reslistitem.programme.drivingList.length > 0">
|
|
|
@@ -1066,7 +1077,7 @@
|
|
|
<span v-show="reslistitem.checkedProgramme == 99"><i class="el-icon-delete" @click="deleteJiaYi(reslistindex, drivingIndex)"></i></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="table-list-content" v-if="!reslistitem.programme.drivingList.length">暂无</div>
|
|
|
+ <div class="table-list-content" v-if="reslistitem.programme && reslistitem.programme.drivingList && !reslistitem.programme.drivingList.length">暂无</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card-table" v-show="reslistitem.cnName == 'guoRen'">
|
|
|
@@ -1113,13 +1124,13 @@
|
|
|
</div>
|
|
|
<div class="w-50 w-55">{{ toWan(kinds.amount, 'fw') }}</div>
|
|
|
</div>
|
|
|
- <div class="table-list-content" v-if="!reslistitem.programme.kinds.service.length">暂无</div>
|
|
|
+ <div class="table-list-content" v-if="reslistitem.programme && reslistitem.programme.kinds && !reslistitem.programme.kinds.service.length">暂无</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<!-- 优惠明细 -->
|
|
|
- <el-col :span="4" class="card-bg" style="padding-left: 0;" v-if="reslistitem.quoteCode == '200'">
|
|
|
+ <el-col :span="4" class="card-bg" style="padding-left: 0;" v-if="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'">
|
|
|
<div class="card-mingxi youhui">
|
|
|
<div class="card-mingxi-title">优惠明细:</div>
|
|
|
<div class="card-table">
|
|
|
@@ -1230,7 +1241,7 @@
|
|
|
</el-col>
|
|
|
|
|
|
<!-- 保险期限 -->
|
|
|
- <el-col :span="6" class="card-bg" style="padding-left: 0;" v-if="reslistitem.quoteCode == '200'">
|
|
|
+ <el-col :span="6" class="card-bg" style="padding-left: 0;" v-if="reslistitem.quoteCode == '200' && reslistitem.result.orderstatus != '10' && reslistitem.result.orderstatus != '11'">
|
|
|
<div class="card-mingxi baoxian">
|
|
|
<div class="card-mingxi-title">保险期限:
|
|
|
<div @click="syncData(reslistitem.result)">
|
|
|
@@ -13239,7 +13250,7 @@ export default {
|
|
|
overflow-x: auto;
|
|
|
|
|
|
.width1280 {
|
|
|
- min-width: 1280px;
|
|
|
+ min-width: 1576px;
|
|
|
}
|
|
|
.bg-white {
|
|
|
background: #FFF;
|