From 41b43087f1a9fc94d3334a0f3e1cc7d6b03d6f85 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Fri, 24 Oct 2025 10:25:18 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-10-30#story#7373,=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=95=91=E6=8F=B4=E8=B4=A3=E4=BB=BB=E9=99=A9?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E7=9A=84=E9=9C=80=E6=B1=82?= =?UTF-8?q?--=E4=B8=B4=E6=9C=9F=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/api/mine.js | 11 + src/router/index.js | 8 + src/views/index/continueInsurance.vue | 413 ++++++++++++++++++++++++++ src/views/index/vehicleAdd.vue | 25 ++ src/views/index/vehicleManage.vue | 12 + 5 files changed, 469 insertions(+) create mode 100644 src/views/index/continueInsurance.vue diff --git a/src/api/mine.js b/src/api/mine.js index 0d7c9f0b..18e25024 100644 --- a/src/api/mine.js +++ b/src/api/mine.js @@ -18,6 +18,17 @@ export function saveVehicle(data){ data }) } + +//编辑车辆信息 +export function updateInsurance(data){ + return request({ + url:'/supplierAppV2/dispatchApp/user/updateInsurance', + method:'POST', + contentType:'application/json', + data + }) +} + // 获取车辆信息(用于修改时回显的值,只需传vehicleId) export function getInfoById(data){ return request({ diff --git a/src/router/index.js b/src/router/index.js index 8b346ae1..e05d7337 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -172,6 +172,14 @@ const routes = [ title: '车辆新增或修改' } }, + { + path: "/continueInsurance", + name: 'continueInsurance', + component: () => import('@/views/index/continueInsurance'), + meta: { + title: '续保更新' + } + }, { path: '/driverManage', name: 'driverManage', diff --git a/src/views/index/continueInsurance.vue b/src/views/index/continueInsurance.vue new file mode 100644 index 00000000..f2937207 --- /dev/null +++ b/src/views/index/continueInsurance.vue @@ -0,0 +1,413 @@ + + + + + + diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index f634665d..a83cb3eb 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -238,6 +238,9 @@ +
+ 续保更新 +
如有投保,选“有”,未投保选“无”,不必上传交强险或者商业险等其他保单