From ed3eb58aaf1f13ddf6ab596846ffab5687599552 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 26 Jan 2026 18:13:49 +0800 Subject: [PATCH] =?UTF-8?q?1.0.57=20=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8A=8A=E8=AF=A6=E7=BB=86=E5=9C=B0=E5=9D=80=E6=94=B9=E5=90=8D?= =?UTF-8?q?=E4=B8=BA=E5=8A=9E=E5=85=AC=E5=9C=B0=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=9C=B0=E3=80=81=E5=95=86=E5=8A=A1=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E4=BA=BA=E3=80=81=E5=95=86=E5=8A=A1=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E4=BA=BA=E7=94=B5=E8=AF=9D=E3=80=81=E6=8A=80=E6=9C=AF=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E4=BA=BA=E3=80=81=E6=8A=80=E6=9C=AF=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E4=BA=BA=E7=94=B5=E8=AF=9D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/crm/customerInfo/types.ts | 81 ++++++++++++++++++++++++- src/views/oa/crm/customerInfo/index.vue | 59 ++++++++++++++++-- 2 files changed, 133 insertions(+), 7 deletions(-) diff --git a/src/api/oa/crm/customerInfo/types.ts b/src/api/oa/crm/customerInfo/types.ts index 0786699..130de92 100644 --- a/src/api/oa/crm/customerInfo/types.ts +++ b/src/api/oa/crm/customerInfo/types.ts @@ -50,10 +50,35 @@ export interface CustomerInfoVO { ownerName?: string; /** - * 详细地址 + * 办公地 */ detailedAddress: string; + /** + * 注册地 + */ + registeredAddress?: string; + + /** + * 商务联系人 + */ + businessContact?: string; + + /** + * 商务联系人电话 + */ + businessContactPhone?: string; + + /** + * 技术联系人 + */ + technicalContact?: string; + + /** + * 技术联系人电话 + */ + technicalContactPhone?: string; + /** * 企业规模(10人以内 10-20人 21人-50人 51人-200人 201人-500人 500人以上) */ @@ -163,10 +188,35 @@ export interface CustomerInfoForm extends BaseEntity { ownerId?: string | number; /** - * 详细地址 + * 办公地 */ detailedAddress?: string; + /** + * 注册地 + */ + registeredAddress?: string; + + /** + * 商务联系人 + */ + businessContact?: string; + + /** + * 商务联系人电话 + */ + businessContactPhone?: string; + + /** + * 技术联系人 + */ + technicalContact?: string; + + /** + * 技术联系人电话 + */ + technicalContactPhone?: string; + /** * 企业规模(10人以内 10-20人 21人-50人 51人-200人 201人-500人 500人以上) */ @@ -272,10 +322,35 @@ export interface CustomerInfoQuery extends PageQuery { ownerId?: string | number; /** - * 详细地址 + * 办公地 */ detailedAddress?: string; + /** + * 注册地 + */ + registeredAddress?: string; + + /** + * 商务联系人 + */ + businessContact?: string; + + /** + * 商务联系人电话 + */ + businessContactPhone?: string; + + /** + * 技术联系人 + */ + technicalContact?: string; + + /** + * 技术联系人电话 + */ + technicalContactPhone?: string; + /** * 企业规模(10人以内 10-20人 21人-50人 51人-200人 201人-500人 500人以上) */ diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index 3dd8320..d9dc56e 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -99,7 +99,12 @@ - + + + + + +