|
|
@@ -900,7 +900,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="productName" label="方案名称" align="center"></el-table-column>
|
|
|
- <el-table-column prop="totalPremium" label="保费 (元)/每份" align="center">
|
|
|
+ <el-table-column prop="totalPremium" label="保费 (元)起" align="center">
|
|
|
</el-table-column>
|
|
|
<el-table-column label="份数" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -5482,6 +5482,7 @@ export default {
|
|
|
loading.close();
|
|
|
this.$message({
|
|
|
showClose: true,
|
|
|
+ dangerouslyUseHTMLString: true,
|
|
|
message: this.queryOrders.inscompany + "提核--:" + (res.msg).replace(/\n/g,"<br>"),
|
|
|
type: "error",
|
|
|
duration: 0
|
|
|
@@ -5491,7 +5492,7 @@ export default {
|
|
|
} else {
|
|
|
loading.close();
|
|
|
this.$message({
|
|
|
- message: this.queryOrders.inscompany + "影像--:" + (res.msg).replace(/\n/g,"<br>"),
|
|
|
+ message: this.queryOrders.inscompany + "影像--:" + res.msg,
|
|
|
type: "error",
|
|
|
duration: 7000
|
|
|
});
|
|
|
@@ -6381,13 +6382,22 @@ export default {
|
|
|
// this.bbczcarShow = false, //被保人同车主
|
|
|
this.bbtbcarShow = true, //被保人同投保人
|
|
|
this.imgList1 = [];
|
|
|
+ this.imgList1.length=0;
|
|
|
this.imgList2 = [];
|
|
|
+ this.imgList2.length=0;
|
|
|
this.imgList3 = [];
|
|
|
+ this.imgList3.length=0;
|
|
|
this.imgList4 = [];
|
|
|
+ this.imgList4.length=0;
|
|
|
this.imgList5 = [];
|
|
|
+ this.imgList5.length=0;
|
|
|
this.imgList6 = [];
|
|
|
+ this.imgList6.length=0;
|
|
|
this.imgList7 = [];
|
|
|
+ this.imgList7.length=0;
|
|
|
this.imgList8 = [];
|
|
|
+ this.imgList8.length=0;
|
|
|
+
|
|
|
// this.selectedOptions1 = [];
|
|
|
// this.selectedOptions2 = [];
|
|
|
// this.selectedOptions3 = [];
|
|
|
@@ -6399,6 +6409,7 @@ export default {
|
|
|
this.systartDate = this.transformTime1();
|
|
|
this.syendDate = this.oneYearPast1(this.jqstartDate);
|
|
|
this.commpanyList(); // 获取保险公司
|
|
|
+
|
|
|
},
|
|
|
toChinesNum(num) {
|
|
|
let changeNum = [
|
|
|
@@ -7271,7 +7282,9 @@ export default {
|
|
|
.el-cascader--small {
|
|
|
width: 100%;
|
|
|
}
|
|
|
-
|
|
|
+ .styleB{
|
|
|
+ height: 128px
|
|
|
+ }
|
|
|
.styleB .el-upload--picture-card {
|
|
|
display: none;
|
|
|
}
|