From e86eddc031fdbf99e4a575cc354ca50bf19a590c Mon Sep 17 00:00:00 2001 From: Yangk Date: Thu, 29 Jan 2026 15:06:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(crm/customerInfo):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF=E5=87=BA=E5=B7=AE=E4=BA=A4?= =?UTF-8?q?=E6=B5=81=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 13 + src/views/oa/crm/businessTripApply/index.vue | 32 +- src/views/oa/crm/customerInfo/index.vue | 343 +++++++++--------- src/views/oa/crm/customerInfo/tripHistory.vue | 119 ++++++ 4 files changed, 318 insertions(+), 189 deletions(-) create mode 100644 src/views/oa/crm/customerInfo/tripHistory.vue diff --git a/src/router/index.ts b/src/router/index.ts index 837c43c..c4ee043 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -180,6 +180,19 @@ export const constantRoutes: RouteRecordRaw[] = [ meta: { title: '项目预算申请', activeMenu: '/erp/budgetInfo' } } ] + }, + { + path: '/customer', + component: Layout, + hidden: true, + children: [ + { + path: 'tripHistory', + component: () => import('@/views/oa/crm/customerInfo/tripHistory.vue'), + name: 'CustomerTripHistory', + meta: { title: '客户出差交流记录', activeMenu: '/oa/crm/customerInfo' } + } + ] } ]; diff --git a/src/views/oa/crm/businessTripApply/index.vue b/src/views/oa/crm/businessTripApply/index.vue index f20c09b..784e420 100644 --- a/src/views/oa/crm/businessTripApply/index.vue +++ b/src/views/oa/crm/businessTripApply/index.vue @@ -25,12 +25,12 @@ - - - - - - + + + + + + @@ -112,7 +112,7 @@ - + diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index d9dc56e..1016f11 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -11,33 +11,33 @@ - - + + - - + + - - + + - - + + - - + + - - + + @@ -56,10 +56,14 @@ 新增 - 修改 + 修改 - 删除 + 删除 导出 @@ -70,58 +74,85 @@ - - - + + + + + - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + + + @@ -160,24 +191,14 @@ - + - + @@ -186,24 +207,14 @@ - + - + @@ -212,12 +223,7 @@ - + @@ -233,12 +239,7 @@ style="width: 100%" clearable > - + {{ user.nickName }} {{ user.userName }} @@ -288,12 +289,7 @@ - + @@ -307,12 +303,7 @@ style="width: 100%" clearable > - + {{ customer.customerName }} {{ customer.mnemonicName }} @@ -370,15 +361,15 @@ - - - - - - - - - + + + + + + + + +