From d9d8c0f8ae553dbe7cbe760f890ecd052566a3e3 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 24 Feb 2024 08:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20CRM=EF=BC=9A=E5=AE=8C=E5=96=84=20CR?= =?UTF-8?q?M=20=E7=9B=B8=E5=85=B3=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 56db6bf307325225b71a5537d72266a28b4f28f2) --- src/router/modules/remaining.ts | 12 - .../components/CustomerPutPoolRemindList.vue | 38 +-- src/views/crm/business/detail/index.vue | 13 +- src/views/crm/contract/detail/index.vue | 2 + src/views/crm/contract/index.vue | 2 +- .../crm/contract/oa/ContractDetail/index.vue | 221 ------------------ src/views/crm/customer/detail/index.vue | 4 +- .../limitConfig/CustomerLimitConfigForm.vue | 97 +------- .../limitConfig/CustomerLimitConfigList.vue | 2 +- 9 files changed, 49 insertions(+), 342 deletions(-) delete mode 100644 src/views/crm/contract/oa/ContractDetail/index.vue diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 6ca1c795..73f33655 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -539,18 +539,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ }, component: () => import('@/views/crm/contract/detail/index.vue') }, - { - path: 'contract/detail', - name: 'CrmContractDetail2', // 特殊:用于适配 BPM 打开详情 - meta: { - title: '合同详情XXX', - noCache: true, - hidden: true, - canTo: true, - activeMenu: '/crm/contract' - }, - component: () => import('@/views/crm/contract/detail/index.vue') - }, { path: 'contact/detail/:id', name: 'CrmContactDetail', diff --git a/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue b/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue index 2f650847..17f8df6b 100644 --- a/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue +++ b/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue @@ -29,32 +29,31 @@ - - + - - - - - - + + + + - + + + + + + - + + + + + + + @@ -90,8 +100,6 @@ prop="createTime" width="180px" /> - - diff --git a/src/views/crm/business/detail/index.vue b/src/views/crm/business/detail/index.vue index 7ef2b3a0..ab52c3c7 100644 --- a/src/views/crm/business/detail/index.vue +++ b/src/views/crm/business/detail/index.vue @@ -31,10 +31,11 @@ :customer-id="business.customerId" /> - + + 123 @@ -51,8 +52,8 @@ - - + + diff --git a/src/views/crm/contract/detail/index.vue b/src/views/crm/contract/detail/index.vue index c5d8c050..0ab33888 100644 --- a/src/views/crm/contract/detail/index.vue +++ b/src/views/crm/contract/detail/index.vue @@ -19,6 +19,8 @@ + + 123 - +