|
|
@@ -259,7 +259,7 @@
|
|
|
<span slot="extension" style="color: #2D4D89;margin-right: 10px;"
|
|
|
@click="imageQuery('imageUploaddialogVisible')">全部影像</span>
|
|
|
<!-- @click="imageQuery('allImageVisible')">全部影像</span> -->
|
|
|
-
|
|
|
+
|
|
|
<div slot="boby">
|
|
|
<div class="quotation-style kind-arrears">
|
|
|
<b>产品类型</b>
|
|
|
@@ -392,7 +392,7 @@
|
|
|
<el-col :span="6" v-if="orderInfo.ubiPredictedInfoScore"><span>紫金能源车(鼎然-车辆风险评分):</span>{{ orderInfo.ubiPredictedInfoScore }}</el-col>
|
|
|
<el-col :span="6" v-if="orderInfo.mergeCostRate"><span>交商合并经营成本率:</span>{{ orderInfo.mergeCostRate }}</el-col>
|
|
|
</el-row>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</OpenCloseBox>
|
|
|
<!-- <OpenCloseBox id="yxzl" v-if="Object.keys(obj).length != 0">
|
|
|
<span slot="title">影像资料</span>
|
|
|
@@ -1610,7 +1610,7 @@ export default {
|
|
|
}
|
|
|
this[Visible] = true;
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
imageEcho(quotenos) {
|
|
|
//影像查询
|
|
|
this.$api.letter.findByQuoteNo(quotenos).then((res) => {
|
|
|
@@ -1724,7 +1724,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
|
|
|
-
|
|
|
+
|
|
|
tabLiScroll(id, idx) {
|
|
|
this.tabLiIndex = idx;
|
|
|
document.getElementById(id).scrollIntoView({ behavior: "smooth" });
|
|
|
@@ -1920,6 +1920,10 @@ export default {
|
|
|
},
|
|
|
//预览文件
|
|
|
viewfile(index) {
|
|
|
+ if(!index.fileurl) {
|
|
|
+ this.$message.error('保单正在生成中')
|
|
|
+ return;
|
|
|
+ }
|
|
|
let name = index.fileurl.lastIndexOf("/");
|
|
|
fetch(index.fileurl)
|
|
|
.then((response) => response.blob())
|