From 70877102b3c9d98f5970dfa69334604b70de245b Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Wed, 3 Jan 2024 18:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=9C=BA=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/contacts/index.vue | 9 +- src/components/customerdemand/index.vue | 6 +- src/views/customer_demand/detail.vue | 326 ++++++++++++++++++------ src/views/customer_demand/edit.vue | 4 +- src/views/customer_demand/index.vue | 56 ++-- src/views/project/detail.vue | 256 ++++++++++--------- src/views/project/edit.vue | 10 +- src/views/project_estimate/edit.vue | 17 +- src/views/project_estimate/index.vue | 7 +- 9 files changed, 447 insertions(+), 244 deletions(-) diff --git a/src/components/contacts/index.vue b/src/components/contacts/index.vue index aca92a7..bd899a7 100644 --- a/src/components/contacts/index.vue +++ b/src/components/contacts/index.vue @@ -40,10 +40,15 @@ import { usePaging } from "@/hooks/usePaging" import { useDictData } from "@/hooks/useDictOptions" import { apiCustomContactsLists } from '@/api/custom_contacts' import { defineEmits } from "vue" - +const props = defineProps({ + custom_id: { + type: String + } +}) // 查询条件 const queryParams = reactive({ - name: '' + name: '', + custom_id: props.custom_id }); diff --git a/src/components/customerdemand/index.vue b/src/components/customerdemand/index.vue index dafb5c6..f72739e 100644 --- a/src/components/customerdemand/index.vue +++ b/src/components/customerdemand/index.vue @@ -18,7 +18,7 @@ - + @@ -50,8 +50,8 @@