From 21f992ed4d5ff30b1a566c2c256acde4e351db26 Mon Sep 17 00:00:00 2001 From: zy Date: Fri, 2 May 2025 23:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/contact/index.vue | 2 +- src/components/user/index.vue | 158 ++++++++++++++++++ src/views/crm/contract/ContractForm.vue | 38 +++-- .../ContractAAuthorizedCompanyForm.vue | 41 ++--- .../ContractAAuthorizedPersonForm.vue | 5 + .../ContractBAuthorizedPersonForm.vue | 53 +++++- 6 files changed, 250 insertions(+), 47 deletions(-) create mode 100644 src/components/user/index.vue diff --git a/src/components/contact/index.vue b/src/components/contact/index.vue index d76ed6536..0257d50d1 100644 --- a/src/components/contact/index.vue +++ b/src/components/contact/index.vue @@ -88,7 +88,7 @@ const exportLoading = ref(false) // 导出的加载中 const open = async (data: [], id) => { dialogVisible.value = true multipleSelection.value = data - +console.log('%csrc/components/contact/index.vue:91 id', 'color: #007acc;', id); queryParams.customerId = id await getList() await setSelections() diff --git a/src/components/user/index.vue b/src/components/user/index.vue new file mode 100644 index 000000000..bd60dccfe --- /dev/null +++ b/src/components/user/index.vue @@ -0,0 +1,158 @@ + + + diff --git a/src/views/crm/contract/ContractForm.vue b/src/views/crm/contract/ContractForm.vue index 75eefe6f5..4bea45f1a 100644 --- a/src/views/crm/contract/ContractForm.vue +++ b/src/views/crm/contract/ContractForm.vue @@ -58,7 +58,6 @@ @@ -434,28 +433,35 @@ - - + + 产品清单 + - - - - - - - - - - - - - + + + 合同甲方关联单位 + + + + + + 合同甲方授权人信息 + + + + + + 合同乙方授权人信息 + + + diff --git a/src/views/crm/contract/components/ContractAAuthorizedCompanyForm.vue b/src/views/crm/contract/components/ContractAAuthorizedCompanyForm.vue index 17a462595..8863f4a75 100644 --- a/src/views/crm/contract/components/ContractAAuthorizedCompanyForm.vue +++ b/src/views/crm/contract/components/ContractAAuthorizedCompanyForm.vue @@ -69,12 +69,10 @@ + 添加 -