From d865175c0f0fa79d4cc58cf57fc5d375867d9fd7 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 18 May 2026 18:10:49 +0800 Subject: [PATCH] =?UTF-8?q?1.1.43=20=E5=AE=A2=E6=88=B7=E8=90=A5=E4=B8=9A?= =?UTF-8?q?=E6=89=A7=E7=85=A7=E5=8F=B7=E7=A0=81=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/crm/customerContact/types.ts | 6 ++++++ src/api/oa/crm/customerInfo/types.ts | 3 +++ src/views/oa/crm/customerDetail/index.vue | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/api/oa/crm/customerContact/types.ts b/src/api/oa/crm/customerContact/types.ts index 2150546..1330355 100644 --- a/src/api/oa/crm/customerContact/types.ts +++ b/src/api/oa/crm/customerContact/types.ts @@ -84,6 +84,12 @@ export interface CustomerContactVO { */ activeFlag: string; + /** 所属客户名称 */ + customerName?: string; + + /** 所属客户在客户表中的创建人 */ + customerCreateBy?: string | number; + } export interface CustomerContactForm extends BaseEntity { diff --git a/src/api/oa/crm/customerInfo/types.ts b/src/api/oa/crm/customerInfo/types.ts index 750ba1c..6f4098b 100644 --- a/src/api/oa/crm/customerInfo/types.ts +++ b/src/api/oa/crm/customerInfo/types.ts @@ -144,6 +144,9 @@ export interface CustomerInfoVO { */ ourCompanyFlag?: string; + /** 创建人用户ID */ + createBy?: string | number; + } export interface CustomerInfoForm extends BaseEntity { diff --git a/src/views/oa/crm/customerDetail/index.vue b/src/views/oa/crm/customerDetail/index.vue index 8b10e7f..0807a88 100644 --- a/src/views/oa/crm/customerDetail/index.vue +++ b/src/views/oa/crm/customerDetail/index.vue @@ -43,7 +43,6 @@ {{ customerInfo?.technicalContact || '-' }} {{ customerInfo?.technicalContactPhone || '-' }} {{ customerInfo?.legalRepresentative || '-' }} - {{ customerInfo?.businessLicenseNumber || '-' }} {{ customerInfo?.taxNumber || '-' }} {{ customerInfo?.bankAccountOpening || '-' }} {{ customerInfo?.bankNumber || '-' }}