From 7d7333532c7d458ccea0f3bbba3cd0e4d19633e0 Mon Sep 17 00:00:00 2001 From: quu Date: Thu, 1 May 2025 17:41:17 +0900 Subject: [PATCH] =?UTF-8?q?crm=20=E6=8A=A5=E4=BB=B7=20=E5=95=86=E6=9C=BA?= =?UTF-8?q?=20=E5=90=88=E5=90=8C=20=E4=B8=89=E5=9D=97=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/crm/permission/index.ts | 3 ++- .../bpm/processInstance/detail/index.vue | 6 ++--- src/views/crm/quotation/index.vue | 26 ++++++++++++++++++- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/src/api/crm/permission/index.ts b/src/api/crm/permission/index.ts index 4f88b14fc..9352abbba 100644 --- a/src/api/crm/permission/index.ts +++ b/src/api/crm/permission/index.ts @@ -34,7 +34,8 @@ export enum BizTypeEnum { CRM_CONTRACT = 5, // 合同 CRM_PRODUCT = 6, // 产品 CRM_RECEIVABLE = 7, // 回款 - CRM_RECEIVABLE_PLAN = 8 // 回款计划 + CRM_RECEIVABLE_PLAN = 8, // 回款计划 + CRM_QUOTATION = 9 // 报价 } /** diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue index c5436820a..831aa2129 100644 --- a/src/views/bpm/processInstance/detail/index.vue +++ b/src/views/bpm/processInstance/detail/index.vue @@ -42,7 +42,7 @@
- +
- + @@ -238,7 +238,7 @@ const getApprovalDetail = async () => { }) } else { // 注意:data.processDefinition.formCustomViewPath 是组件的全路径,例如说:/crm/contract/detail/index.vue - BusinessFormComponent.value = registerComponent(data.processDefinition.formCustomViewPath) + BusinessFormComponent.value = registerComponent('data.processDefinition.formCustomViewPath') } // 获取审批节点,显示 Timeline 的数据 diff --git a/src/views/crm/quotation/index.vue b/src/views/crm/quotation/index.vue index 122242847..b84e09d18 100644 --- a/src/views/crm/quotation/index.vue +++ b/src/views/crm/quotation/index.vue @@ -84,8 +84,19 @@ + + + + + - + + +