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 @@