|
|
@@ -793,8 +793,8 @@
|
|
|
reslistitem.result.sumPermium
|
|
|
}}
|
|
|
</span>
|
|
|
- <span style="font-size: 13px;color:#2D4D89"
|
|
|
- class="m-top-5">优惠:{{ reslistitem.result.sumExportFee }}</span>
|
|
|
+ <span style="font-size: 13px;color:#2D4D89" class="m-top-5">优惠:{{ reslistitem.result.sumExportFee
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
@@ -803,8 +803,8 @@
|
|
|
¥{{
|
|
|
reslistitem.result.jqPremium }}
|
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.jqPremium" style="font-size: 13px;color:#2D4D89"
|
|
|
- class="m-top-5">优惠:{{ reslistitem.result.jqExportFee }}</span>
|
|
|
+ <span v-if="reslistitem.result.jqPremium" style="font-size: 13px;color:#2D4D89" class="m-top-5">优惠:{{
|
|
|
+ reslistitem.result.jqExportFee }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
@@ -819,8 +819,8 @@
|
|
|
¥{{
|
|
|
reslistitem.result.syPremium }}
|
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.syPremium" style="font-size: 13px;color:#2D4D89"
|
|
|
- class="m-top-5">优惠:{{ reslistitem.result.syExportFee }}</span>
|
|
|
+ <span v-if="reslistitem.result.syPremium" style="font-size: 13px;color:#2D4D89" class="m-top-5">优惠:{{
|
|
|
+ reslistitem.result.syExportFee }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="2" v-if="reslistitem.quoteCode == '200'" style="">
|
|
|
@@ -829,23 +829,21 @@
|
|
|
{{
|
|
|
reslistitem.result.jyPremium ? '¥' + reslistitem.result.jyPremium : '无' }}
|
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.jyPremium" style="font-size: 13px;color:#2D4D89"
|
|
|
- class="m-top-5">优惠:{{ reslistitem.result.noExportFee }}</span>
|
|
|
+ <span v-if="reslistitem.result.jyPremium" style="font-size: 13px;color:#2D4D89" class="m-top-5">优惠:{{
|
|
|
+ reslistitem.result.noExportFee }}</span>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" v-show="reslistitem.quoteCode == '200' && reslistitem.result.feeNoDescription">
|
|
|
+ <div class="flex offer-time" style="color:#D42426">
|
|
|
+ <span>该车未匹配费用,不建议投保!</span>
|
|
|
+ <el-tooltip class="item" effect="dark" content="优惠匹配错误信息" placement="top">
|
|
|
+ <i class="el-icon-s-goods"
|
|
|
+ @click="open3(reslistitem.namesimple + '优惠信息', reslistitem.result.feeNoDescription)"
|
|
|
+ style="font-size:20px;transform: scale(0.8);vertical-align: middle;"
|
|
|
+ :disabled="reslistitem.quoteCode == '200' && reslistitem.result.feeNoDescription"></i>
|
|
|
+ </el-tooltip>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="24"
|
|
|
- v-show="reslistitem.quoteCode == '200' && reslistitem.result.feeNoDescription">
|
|
|
- <div class="flex offer-time" style="color:#D42426">
|
|
|
- <span>该车未匹配费用,不建议投保!</span>
|
|
|
- <el-tooltip class="item" effect="dark" content="优惠匹配错误信息" placement="top">
|
|
|
- <i class="el-icon-s-goods"
|
|
|
- @click="open3(reslistitem.namesimple + '优惠信息', reslistitem.result.feeNoDescription)"
|
|
|
- style="font-size:20px;transform: scale(0.8);vertical-align: middle;"
|
|
|
- :disabled="reslistitem.quoteCode == '200' && reslistitem.result.feeNoDescription"
|
|
|
- ></i>
|
|
|
- </el-tooltip>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
<el-col :span="24"
|
|
|
v-show="(reslistitem.quoteCode != '200') && (reslistitem.quoteCode != '0') && (reslistitem.quoteCode != '1')">
|
|
|
<div class="flex j-s offer-time" style="color:#D42426">{{ reslistitem.msg.length > 500 ?
|
|
|
@@ -8744,4 +8742,5 @@ export default {
|
|
|
.el-input-group__append {
|
|
|
vertical-align: baseline;
|
|
|
}
|
|
|
-}</style>
|
|
|
+}
|
|
|
+</style>
|