|
|
@@ -339,6 +339,7 @@
|
|
|
<el-select v-model="policyHolderInfo.identifyType" placeholder="身份证" disabled>
|
|
|
<el-option label="身份证" value="01"></el-option>
|
|
|
</el-select>
|
|
|
+
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell">
|
|
|
@@ -3564,7 +3565,6 @@ export default {
|
|
|
if(this.carInfo.carnature=='01'){
|
|
|
this.carInfo.vehicleUse=''
|
|
|
}
|
|
|
- console.log(this.carInfo.carnature,111111111)
|
|
|
},
|
|
|
// 点击同步报价后的时间
|
|
|
syncData(item){
|
|
|
@@ -4120,8 +4120,6 @@ export default {
|
|
|
},
|
|
|
//报价
|
|
|
quote() {
|
|
|
- console.log(this.accidentalDrivingVo,111111111)
|
|
|
-
|
|
|
let starttime = new Date(this.carInfo.registerDate)
|
|
|
let endtime = new Date(this.carInfo.issueDate)
|
|
|
if (endtime < starttime) {
|
|
|
@@ -6340,7 +6338,6 @@ export default {
|
|
|
//影像上传
|
|
|
uploadinformation() {
|
|
|
// //上传图片
|
|
|
- const mergedArray = [...this.imageList1, ...this.imageList2, ...this.imageList3, ...this.imageList4];
|
|
|
let imageparam = {
|
|
|
imageList: mergedArray,
|
|
|
quoteNo: this.quoteno
|
|
|
@@ -6381,22 +6378,18 @@ export default {
|
|
|
this.tbczcarShow = true, //投保人同车主
|
|
|
// this.bbczcarShow = false, //被保人同车主
|
|
|
this.bbtbcarShow = true, //被保人同投保人
|
|
|
+ this.imageList1=[]
|
|
|
+ this.imageList2=[]
|
|
|
+ this.imageList3=[]
|
|
|
+ this.imageList4=[]
|
|
|
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 = [];
|