diff --git a/src/api/crm/business/index.ts b/src/api/crm/business/index.ts index ec7196e2d..6026a030c 100644 --- a/src/api/crm/business/index.ts +++ b/src/api/crm/business/index.ts @@ -62,8 +62,8 @@ export const getSimpleBusinessList = async () => { } // 获得 CRM 我的商机列表 -export const getSelfSimpleBusinessList = async () => { - return await request.get({ url: `/crm/business/self-simple-list` }) +export const getSelfSimpleBusinessList = async (params: any) => { + return await request.get({ url: `/crm/business/self-simple-list`, params }) } // 新增 CRM 商机 diff --git a/src/layout/components/ToolHeader.vue b/src/layout/components/ToolHeader.vue index 0b8d00d57..1c1a0c056 100644 --- a/src/layout/components/ToolHeader.vue +++ b/src/layout/components/ToolHeader.vue @@ -69,12 +69,7 @@ export default defineComponent({ {size.value ? ( ) : undefined} - {locale.value ? ( - - ) : undefined} + {message.value ? ( ) : undefined} diff --git a/src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue b/src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue index 517c204b7..6641e02f1 100644 --- a/src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue +++ b/src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue @@ -159,6 +159,7 @@ clearable style="width: 100%" multiple + filterable placeholder="请选择抄送人" > - + - + - + - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + -
@@ -105,11 +103,12 @@
- - + + + + -
@@ -210,6 +209,12 @@ const formFields = ref({ contractBAuthorizedPersonswechat: 1, contractBAuthorizedPersonsemail: 1, contractBAuthorizedPersonsother2: 1, + agreementDeadline: 1, + extensionYears: 1, + extensionDate: 1, + terminationDate: 1, + terminationReason: 1, + note: 1 }) const formData = ref({ authPerson: [], @@ -564,6 +569,8 @@ const getLimit = async () => { }) } } + + console.log('%csrc/views/crm/contract/detail/ContractChangeDetail.vue:574 object', 'color: #007acc;', formFields.value,555); } onMounted(async () => { diff --git a/src/views/crm/contract/detail/ContractDetail.vue b/src/views/crm/contract/detail/ContractDetail.vue index 5f8f9bafa..ce3ff89a1 100644 --- a/src/views/crm/contract/detail/ContractDetail.vue +++ b/src/views/crm/contract/detail/ContractDetail.vue @@ -397,6 +397,42 @@
+ + - - --> - - + + + + + + + -