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 @@ + + + + - -