From b77ff7ccce0c4fa4e82ed9494a39f93ea572a627 Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 3 Jun 2026 18:16:42 +0800 Subject: [PATCH] =?UTF-8?q?1.1.52=20=E5=AE=A2=E6=88=B7=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=90=A5=E4=B8=9A=E6=89=A7?= =?UTF-8?q?=E7=85=A7=E5=92=8C=E5=BC=80=E7=A5=A8=E8=B5=84=E6=96=99=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=8A=9F=E8=83=BD=E3=80=82=E5=AE=A2=E6=88=B7=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E9=9C=80=E8=A6=81=E6=94=AF=E6=8C=81=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=85=A7=E7=89=87=E6=A0=BC=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/crm/customerDetail/index.vue | 10 ++++++++++ src/views/oa/crm/customerInfo/index.vue | 6 +++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/oa/crm/customerDetail/index.vue b/src/views/oa/crm/customerDetail/index.vue index 0807a88..1a68079 100644 --- a/src/views/oa/crm/customerDetail/index.vue +++ b/src/views/oa/crm/customerDetail/index.vue @@ -46,6 +46,15 @@ {{ customerInfo?.taxNumber || '-' }} {{ customerInfo?.bankAccountOpening || '-' }} {{ customerInfo?.bankNumber || '-' }} + + + - + {{ customerInfo?.remark || '-' }} @@ -113,6 +122,7 @@ import { getCustomerInfo } from '@/api/oa/crm/customerInfo'; import { CustomerInfoVO } from '@/api/oa/crm/customerInfo/types'; import { listCustomerContact } from '@/api/oa/crm/customerContact'; import { CustomerContactVO } from '@/api/oa/crm/customerContact/types'; +import FileUpload from '@/components/FileUpload/index.vue'; const { proxy } = getCurrentInstance() as ComponentInternalInstance; const route = useRoute(); diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index c6d04f7..6173545 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -298,7 +298,11 @@
- +
请及时上传营业执照与开票资料!