From 57bc8af40249352a9df2dbd9feeecce9926c387b Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 5 Nov 2025 09:20:49 +0800 Subject: [PATCH] =?UTF-8?q?1.0.27=20=E5=AE=A2=E6=88=B7=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=BB=8F=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/crm/customerInfo/types.ts | 20 ++ src/views/oa/crm/customerInfo/index.vue | 409 +++++++++++++++++------- 2 files changed, 306 insertions(+), 123 deletions(-) diff --git a/src/api/oa/crm/customerInfo/types.ts b/src/api/oa/crm/customerInfo/types.ts index 6aaf6d8..0786699 100644 --- a/src/api/oa/crm/customerInfo/types.ts +++ b/src/api/oa/crm/customerInfo/types.ts @@ -44,6 +44,11 @@ export interface CustomerInfoVO { */ ownerId: string | number; + /** + * 归属人员名称 + */ + ownerName?: string; + /** * 详细地址 */ @@ -104,6 +109,11 @@ export interface CustomerInfoVO { */ activeFlag: string; + /** + * 本公司标识(1是 0否) + */ + ourCompanyFlag?: string; + } export interface CustomerInfoForm extends BaseEntity { @@ -212,6 +222,11 @@ export interface CustomerInfoForm extends BaseEntity { */ activeFlag?: string; + /** + * 本公司标识(1是 0否) + */ + ourCompanyFlag?: string; + } export interface CustomerInfoQuery extends PageQuery { @@ -311,6 +326,11 @@ export interface CustomerInfoQuery extends PageQuery { */ activeFlag?: string; + /** + * 本公司标识(1是 0否) + */ + ourCompanyFlag?: string; + /** * 日期范围参数 */ diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index 7358421..7948af1 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -70,56 +70,61 @@ - - - - + + + + - + - + - + - + - - - + + + - - - - - - - - - - + + + + + + + + + + - + + + +