From c0338033b444c6c068bbdf9fc88cf2bc4ed9841c Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Thu, 28 Aug 2025 18:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- src/views/contract/division/index.vue | 33 ++- src/views/tender/plan/comm/planPage.vue | 279 +++++------------------ src/views/tender/plan/comm/winTheBid.vue | 99 ++++++++ src/views/tender/plan/index.vue | 37 ++- 5 files changed, 215 insertions(+), 239 deletions(-) create mode 100644 src/views/tender/plan/comm/winTheBid.vue diff --git a/.env.development b/.env.development index d557820..0269bac 100644 --- a/.env.development +++ b/.env.development @@ -6,15 +6,15 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.180:8899' +# VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.213:8899' # 朱银 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' -#曾涛 -# VITE_APP_BASE_API = 'http://192.168.110.171:8899' + +VITE_APP_BASE_API = 'http://192.168.110.149:8899' # 无人机接口地址 diff --git a/src/views/contract/division/index.vue b/src/views/contract/division/index.vue index afb7c94..3f80b55 100644 --- a/src/views/contract/division/index.vue +++ b/src/views/contract/division/index.vue @@ -118,7 +118,8 @@ - + + - - + + + + + + diff --git a/src/views/tender/plan/comm/planPage.vue b/src/views/tender/plan/comm/planPage.vue index b4b156c..4562ebc 100644 --- a/src/views/tender/plan/comm/planPage.vue +++ b/src/views/tender/plan/comm/planPage.vue @@ -1,245 +1,78 @@ - + diff --git a/src/views/tender/plan/comm/winTheBid.vue b/src/views/tender/plan/comm/winTheBid.vue new file mode 100644 index 0000000..67eac5f --- /dev/null +++ b/src/views/tender/plan/comm/winTheBid.vue @@ -0,0 +1,99 @@ + + + diff --git a/src/views/tender/plan/index.vue b/src/views/tender/plan/index.vue index 8265b8c..dfc29b3 100644 --- a/src/views/tender/plan/index.vue +++ b/src/views/tender/plan/index.vue @@ -189,7 +189,8 @@ - + + - - + + + + + + @@ -266,6 +287,9 @@ import { useUserStoreHook } from '@/store/modules/user'; import { getDicts } from '@/api/system/dict/data'; import { Plus } from '@element-plus/icons-vue'; import { FormInstance } from 'element-plus'; +import winTheBid from './comm/winTheBid.vue'; +import information from './comm/planPage.vue'; + import { sheetList, tenderPlanList, @@ -279,7 +303,6 @@ import { delBiddView, editStatus } from '@/api/tender/index'; -import { it } from 'element-plus/es/locale/index.mjs'; const userStore = useUserStoreHook(); const currentProject = computed(() => userStore.selectedProject);