From c2258af77e324d53e61c1b6dd7fc20fae0e3562d Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Tue, 19 Mar 2024 14:18:28 +0800 Subject: [PATCH] update --- src/views/competitor/index.vue | 28 ++++++----- src/views/customer_demand/index.vue | 48 +++++++++---------- src/views/customer_demand_solution/index.vue | 18 +++---- src/views/project/index.vue | 9 ++-- src/views/project_estimate/index.vue | 34 +++++++------ src/views/project_follow_up/index.vue | 47 ++++-------------- src/views/project_pre_sales_members/index.vue | 27 +++++------ 7 files changed, 94 insertions(+), 117 deletions(-) diff --git a/src/views/competitor/index.vue b/src/views/competitor/index.vue index 05cb7b6..818fd5b 100644 --- a/src/views/competitor/index.vue +++ b/src/views/competitor/index.vue @@ -2,23 +2,27 @@
- - + + - + - + - + - + 查询 @@ -33,7 +37,8 @@ 新增 - + 删除
@@ -49,10 +54,12 @@ 新增 - + 删除
@@ -70,13 +67,16 @@ @@ -96,8 +96,7 @@ import { usePaging } from '@/hooks/usePaging' import { useDictData } from '@/hooks/useDictOptions' import { apiCustomerDemandLists, apiCustomerDemandDelete, apiCustomerDemandDetail } from '@/api/customer_demand' - -import { timeFormat } from '@/utils/util' +import { apiProjectSearch } from '@/api/project' import feedback from '@/utils/feedback' import EditPopup from './edit.vue' import DetailPopup from './detail.vue' @@ -114,9 +113,7 @@ const queryParams = reactive({ theme: '', supplier: '', supplier_contacts: '', - org_name: '', - dept_name: '', - project_name: '', + project_id: '', custom_name: '', importance: '', recording_time: '', @@ -173,4 +170,3 @@ const handledetail = async (data: any) => { getLists() - diff --git a/src/views/customer_demand_solution/index.vue b/src/views/customer_demand_solution/index.vue index 28d8e08..8a091d9 100644 --- a/src/views/customer_demand_solution/index.vue +++ b/src/views/customer_demand_solution/index.vue @@ -2,19 +2,19 @@
- - - - - + + - + + + + 查询 重置 @@ -36,7 +36,6 @@ - @@ -66,7 +65,8 @@ @click="handleDelete(row.id)"> 删除 - + 详情 @@ -86,7 +86,7 @@ import { usePaging } from '@/hooks/usePaging' import { useDictData } from '@/hooks/useDictOptions' import { apiCustomerDemandSolutionLists, apiCustomerDemandSolutionDelete, apiCustomerDemandSolutionDetail } from '@/api/customer_demand_solution' -import { timeFormat } from '@/utils/util' +import { apiProjectSearch } from '@/api/project' import feedback from '@/utils/feedback' import EditPopup from './edit.vue' import DetailPopup from './detail.vue' diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 81527f2..4416b3a 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -3,9 +3,8 @@ - - - + + @@ -123,6 +122,7 @@ import { usePaging } from '@/hooks/usePaging' import { useDictData } from '@/hooks/useDictOptions' import { apiProjectLists, apiProjectDelete, apiProjectDetail } from '@/api/project' +import { apiCustomSearch } from '@/api/custom' import { getAllProjectTypes } from '@/api/projecttype' const protype = reactive([]) import feedback from '@/utils/feedback' @@ -141,8 +141,7 @@ const showDtail = ref(false) // 查询条件 const queryParams = reactive({ - - custom_name: '', + custom_id: '', project_type: '', project_code: '', name: '', diff --git a/src/views/project_estimate/index.vue b/src/views/project_estimate/index.vue index 8eab043..a15ff1b 100644 --- a/src/views/project_estimate/index.vue +++ b/src/views/project_estimate/index.vue @@ -2,25 +2,28 @@
+ + + + + + - + - + - - - - - - - - + + @@ -48,7 +51,8 @@ 新增 - + 删除
@@ -75,10 +79,12 @@ - - diff --git a/src/views/project_pre_sales_members/index.vue b/src/views/project_pre_sales_members/index.vue index 34eb73b..e7de7b2 100644 --- a/src/views/project_pre_sales_members/index.vue +++ b/src/views/project_pre_sales_members/index.vue @@ -2,13 +2,9 @@
- - + + - - - - 查询 重置 @@ -22,7 +18,8 @@ 新增 - + 删除
@@ -36,13 +33,16 @@ @@ -62,7 +62,7 @@ import { usePaging } from '@/hooks/usePaging' import { useDictData } from '@/hooks/useDictOptions' import { apiProjectPreSalesMembersLists, apiProjectPreSalesMembersDelete, apiProjectPreSalesMembersDetail } from '@/api/project_pre_sales_members' -import { timeFormat } from '@/utils/util' +import { apiProjectSearch } from '@/api/project' import feedback from '@/utils/feedback' import EditPopup from './edit.vue' import DetailPopup from './detail.vue' @@ -76,9 +76,7 @@ const showDtail = ref(false) // 查询条件 const queryParams = reactive({ - project_name: '', - custom_name: '', - + project_id: '', }) // 选中数据 @@ -135,4 +133,3 @@ const handleDetail = async (data: any) => { } getLists() -