From c261bfcc6eb1c7e7afee26593067034cfd072fb3 Mon Sep 17 00:00:00 2001
From: zh <1523826083@qq.com>
Date: Mon, 19 May 2025 21:35:54 +0800
Subject: [PATCH] =?UTF-8?q?crm=E8=81=94=E7=B3=BB=E4=BA=BA=E9=99=84?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.dev | 2 +-
src/views/crm/customer/CustomerForm.vue | 29 -------------------
.../customer/detail/CustomerDetailsInfo.vue | 5 ----
src/views/crm/customer/detail/index.vue | 8 ++---
src/views/crm/customer/index.vue | 6 ++--
5 files changed, 8 insertions(+), 42 deletions(-)
diff --git a/.env.dev b/.env.dev
index dc7d25024..9bf6c7e72 100644
--- a/.env.dev
+++ b/.env.dev
@@ -4,7 +4,7 @@ NODE_ENV=production
VITE_DEV=true
# 请求路径
-VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
+VITE_BASE_URL='http://192.168.6.136:48080'
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
VITE_UPLOAD_TYPE=server
diff --git a/src/views/crm/customer/CustomerForm.vue b/src/views/crm/customer/CustomerForm.vue
index 9a904d2e7..6d0cb571b 100644
--- a/src/views/crm/customer/CustomerForm.vue
+++ b/src/views/crm/customer/CustomerForm.vue
@@ -27,11 +27,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/crm/customer/detail/CustomerDetailsInfo.vue b/src/views/crm/customer/detail/CustomerDetailsInfo.vue
index d9ea62a17..3822a3256 100644
--- a/src/views/crm/customer/detail/CustomerDetailsInfo.vue
+++ b/src/views/crm/customer/detail/CustomerDetailsInfo.vue
@@ -12,14 +12,9 @@
- {{ customer.mobile }}
- {{ customer.telephone }}
- {{ customer.email }}
{{ customer.areaName }} {{ customer.detailAddress }}
- {{ customer.qq }}
- {{ customer.wechat }}
diff --git a/src/views/crm/customer/detail/index.vue b/src/views/crm/customer/detail/index.vue
index 6818f69ff..31e44eb2f 100644
--- a/src/views/crm/customer/detail/index.vue
+++ b/src/views/crm/customer/detail/index.vue
@@ -57,9 +57,6 @@
@quit-team="close"
/>
-
-
-
@@ -70,6 +67,9 @@
+
+
+
@@ -86,7 +86,6 @@ import CustomerDetailsInfo from './CustomerDetailsInfo.vue' // 客户明细 -
import CustomerDetailsHeader from './CustomerDetailsHeader.vue' // 客户明细 - 头部
import ContactList from '@/views/crm/contact/components/ContactList.vue' // 联系人列表
import ContractList from '@/views/crm/contract/components/ContractList.vue' // 合同列表
-import BusinessList from '@/views/crm/business/components/BusinessList.vue' // 商机列表
import ReceivableList from '@/views/crm/receivable/components/ReceivableList.vue' // 回款列表
import ReceivablePlanList from '@/views/crm/receivable/plan/components/ReceivablePlanList.vue' // 回款计划列表
import PermissionList from '@/views/crm/permission/components/PermissionList.vue' // 团队成员列表(权限)
@@ -102,6 +101,7 @@ defineOptions({ name: 'CrmCustomerDetail' })
const customerId = ref(0) // 客户编号
const loading = ref(true) // 加载中
const message = useMessage() // 消息弹窗
+const fileUrl = ref() // 文件URL
const { delView } = useTagsViewStore() // 视图操作
const { push, currentRoute } = useRouter() // 路由
diff --git a/src/views/crm/customer/index.vue b/src/views/crm/customer/index.vue
index 86bddc0e8..d38a739f0 100644
--- a/src/views/crm/customer/index.vue
+++ b/src/views/crm/customer/index.vue
@@ -125,9 +125,9 @@
-
-
-
+
+
+