From ed9ae42ba8f74873d3b3bae2f6eee4a318706000 Mon Sep 17 00:00:00 2001 From: Wanwan <913752709@qq.com> Date: Sat, 28 Oct 2023 19:50:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 4cdab6fb3efe97c26023fba411c0b8af1b67b64d) --- src/api/crm/customer/index.ts | 6 +- src/views/crm/customer/CustomerForm.vue | 83 +++++++------------------ src/views/crm/customer/index.vue | 28 ++------- 3 files changed, 30 insertions(+), 87 deletions(-) diff --git a/src/api/crm/customer/index.ts b/src/api/crm/customer/index.ts index 16ccb355..b9d67a75 100644 --- a/src/api/crm/customer/index.ts +++ b/src/api/crm/customer/index.ts @@ -8,14 +8,16 @@ export interface CustomerVO { mobile: string telephone: string website: string + qq: string + wechat: string + email: string + description: string remark: string ownerUserId: number roUserIds: string rwUserIds: string areaId: number detailAddress: string - longitude: string - latitude: string contactLastTime: Date contactNextTime: Date } diff --git a/src/views/crm/customer/CustomerForm.vue b/src/views/crm/customer/CustomerForm.vue index 4c04617e..323e9a62 100644 --- a/src/views/crm/customer/CustomerForm.vue +++ b/src/views/crm/customer/CustomerForm.vue @@ -11,28 +11,6 @@ - - - - {{ dict.label }} - - - - - - - {{ dict.label }} - - - @@ -42,38 +20,27 @@ + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - { mobile: undefined, telephone: undefined, website: undefined, + qq: undefined, + wechat: undefined, + email: undefined, + description: undefined, remark: undefined, - ownerUserId: undefined, - roUserIds: undefined, - rwUserIds: undefined, areaId: undefined, detailAddress: undefined, - longitude: undefined, - latitude: undefined, - contactLastTime: undefined, contactNextTime: undefined } formRef.value?.resetFields() diff --git a/src/views/crm/customer/index.vue b/src/views/crm/customer/index.vue index 7db9bb03..d7c21464 100644 --- a/src/views/crm/customer/index.vue +++ b/src/views/crm/customer/index.vue @@ -27,24 +27,6 @@ class="!w-240px" /> - - - - - - 搜索 重置 @@ -88,12 +70,14 @@ + + + + - -