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