From 695ce00a662b484232aeff14b592643c2b541b06 Mon Sep 17 00:00:00 2001
From: zhoulinf <2507241354@qq.com>
Date: Wed, 10 Sep 2025 15:10:45 +0800
Subject: [PATCH] =?UTF-8?q?story#7131:=E8=B0=83=E5=BA=A6APP=E8=BD=A6?=
=?UTF-8?q?=E8=BE=86=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=E7=9A=84=E9=9C=80=E6=B1=82-=E6=96=B0=E5=A2=9E=E6=90=9C?=
=?UTF-8?q?=E7=B4=A2=E5=92=8C=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/index/vehicleAdd.vue | 4 +-
src/views/index/vehicleManage.vue | 221 +++++++++++++++++++++---------
2 files changed, 157 insertions(+), 68 deletions(-)
diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue
index 21b98b3d..c0363c41 100644
--- a/src/views/index/vehicleAdd.vue
+++ b/src/views/index/vehicleAdd.vue
@@ -743,7 +743,7 @@ export default {
this.vehicleLicense = result.vehicleLicense;
this.vehicleFrontLicensePlate = result.vehicleFrontLicensePlate;
this.hasLiabilityInsurance = result.hasLiabilityInsurance
- this.vehicleStatus = result.vehicleStatus
+ this.insuranceCorp = result.insuranceCorp;
if(this.insurancePicturePhoto) {
this.insurancePictureFiles = [{url: this.insurancePicturePhoto}]
}
@@ -848,7 +848,7 @@ export default {
vehicleId:this.id ? this.id : '',
plateNumber:this.carNum ? this.carNum :'',
vehicleType:this.selectedOption?.length>0 ? this.selectedOption.join(',') : '',
- hasPolymerization:this.isJoin,
+ // hasPolymerization:this.isJoin,
serviceIds:this.serviceIds ? this.serviceIds : [],
vehicleLicenseFront: this.vehicleLicenseFront,
vehicleLicenseBack: this.vehicleLicenseBack,
diff --git a/src/views/index/vehicleManage.vue b/src/views/index/vehicleManage.vue
index b3115186..31dfdc0c 100644
--- a/src/views/index/vehicleManage.vue
+++ b/src/views/index/vehicleManage.vue
@@ -18,9 +18,19 @@
+