From 97a3bd2a8a3810769e8cbad0b6b7a1563fb4665a Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 27 Feb 2024 18:18:14 +0800 Subject: [PATCH] add --- .env.development | 2 +- src/components/cost_project/index.vue | 4 +- .../index.vue | 74 +++ .../edit.vue | 199 +++--- .../index.vue | 169 +++-- src/views/cost_projects/index.vue | 4 +- src/views/data_reception/edit.vue | 333 ++++++---- src/views/data_reception/index.vue | 38 +- src/views/organization/post/index.vue | 2 + src/views/project_commission/edit.vue | 252 +++++--- src/views/project_commission/index.vue | 32 +- .../edit.vue | 256 +++++--- .../index.vue | 57 +- src/views/supervision_first_meeting/index.vue | 2 +- .../supervision_large_equipment/edit.vue | 226 ++++--- .../supervision_large_equipment/index.vue | 62 +- .../edit.vue | 264 +++++--- .../index.vue | 61 +- .../edit.vue | 85 ++- .../index.vue | 46 +- src/views/task_allocation/edit.vue | 63 +- src/views/task_allocation/index.vue | 9 +- src/views/task_detail/edit.vue | 347 +++++++---- src/views/task_detail/index.vue | 186 +++--- .../task_handling_three_level_review/edit.vue | 585 ++++++++++++------ .../index.vue | 82 +-- 26 files changed, 2064 insertions(+), 1376 deletions(-) create mode 100644 src/components/supervision_participating_units_qualifications/index.vue diff --git a/.env.development b/.env.development index deb8da9..ec6df85 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/' -# VITE_APP_BASE_URL = 'http://192.168.1.7:9090/' \ No newline at end of file +# VITE_APP_BASE_URL = 'http://192.168.1.11:9090/' \ No newline at end of file diff --git a/src/components/cost_project/index.vue b/src/components/cost_project/index.vue index 5a11b9a..b141045 100644 --- a/src/components/cost_project/index.vue +++ b/src/components/cost_project/index.vue @@ -64,12 +64,14 @@ import { defineEmits } from "vue" import { useDictData } from '@/hooks/useDictOptions' const props = defineProps({ - project_id: Number + project_id: Number, + task_allocation: Number }) // 查询条件 const queryParams = reactive({ project_name: '', project_num: '', + task_allocation: props.task_allocation || '' }); const { dictData } = useDictData('consultation_type,cost_consultation_industry_nature') diff --git a/src/components/supervision_participating_units_qualifications/index.vue b/src/components/supervision_participating_units_qualifications/index.vue new file mode 100644 index 0000000..22f4141 --- /dev/null +++ b/src/components/supervision_participating_units_qualifications/index.vue @@ -0,0 +1,74 @@ + + + \ No newline at end of file diff --git a/src/views/approval_issuance_achievement_documents/edit.vue b/src/views/approval_issuance_achievement_documents/edit.vue index 59f67ca..759d2f2 100644 --- a/src/views/approval_issuance_achievement_documents/edit.vue +++ b/src/views/approval_issuance_achievement_documents/edit.vue @@ -1,57 +1,55 @@ diff --git a/src/views/approval_issuance_achievement_documents/index.vue b/src/views/approval_issuance_achievement_documents/index.vue index 508a4ab..e917f07 100644 --- a/src/views/approval_issuance_achievement_documents/index.vue +++ b/src/views/approval_issuance_achievement_documents/index.vue @@ -1,83 +1,68 @@ diff --git a/src/views/data_reception/index.vue b/src/views/data_reception/index.vue index cb586fe..4e8afbb 100644 --- a/src/views/data_reception/index.vue +++ b/src/views/data_reception/index.vue @@ -1,11 +1,7 @@ 新增 - + 删除
- - - + + @@ -51,27 +42,17 @@
-
+
@@ -82,7 +63,7 @@ diff --git a/src/views/project_commission/index.vue b/src/views/project_commission/index.vue index 11e359e..1fde278 100644 --- a/src/views/project_commission/index.vue +++ b/src/views/project_commission/index.vue @@ -1,11 +1,7 @@ 新增 - + 删除
- + @@ -57,27 +49,17 @@
-
+
@@ -114,7 +96,7 @@ const handleSelectionChange = (val: any[]) => { } // 获取字典数据 -const { dictData } = useDictData('') +const { dictData } = useDictData('supervision_project_industry') // 分页相关 const { pager, getLists, resetParams, resetPage } = usePaging({ diff --git a/src/views/supervision_construction_management_personnel/edit.vue b/src/views/supervision_construction_management_personnel/edit.vue index e3a0713..01ec4ef 100644 --- a/src/views/supervision_construction_management_personnel/edit.vue +++ b/src/views/supervision_construction_management_personnel/edit.vue @@ -1,77 +1,150 @@