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