From 459396080bb0bb39bccefb992033e5bce33b0e8b Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Thu, 14 Aug 2025 16:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=81=94=E7=B3=BB=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../engineeringChangeApplicationForm.vue | 7 +- src/views/design/prelimScheme/index.vue | 23 +- src/views/design/scheme/index.vue | 24 +- src/views/design/volumeCatalog/index.vue | 2 +- .../materials/materialsInventory/index.vue | 3 +- src/views/materials/orderMaterials/index.vue | 1 + .../overallPlanMaterialSupply/index.vue | 16 + src/views/materials/purchaseDoc/index.vue | 307 ++++++++++++------ 9 files changed, 260 insertions(+), 125 deletions(-) diff --git a/.env.development b/.env.development index fe20df3..21892b7 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源项目管理平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.159:8898' +VITE_APP_BASE_API = 'http://192.168.110.180:8898' # 无人机接口地址 diff --git a/src/views/cory/template/components/engineeringChangeApplicationForm.vue b/src/views/cory/template/components/engineeringChangeApplicationForm.vue index db3a07f..90d12ff 100644 --- a/src/views/cory/template/components/engineeringChangeApplicationForm.vue +++ b/src/views/cory/template/components/engineeringChangeApplicationForm.vue @@ -71,8 +71,8 @@ {{ tableDetail.content }} - {{ - tableDetail.attachmentsList.originalName + {{ + tableDetail.attachmentsList?.originalName }} @@ -175,7 +175,8 @@ const props = defineProps({ } }); -const tableDetail = ref({}); +const tableDetail = ref({ attachmentsImgList: [], attachmentsList: [] }); + const exportRef = ref(); const radioList = ref([ { value: 0, label: '设计漏项' }, diff --git a/src/views/design/prelimScheme/index.vue b/src/views/design/prelimScheme/index.vue index a606b62..62c2065 100644 --- a/src/views/design/prelimScheme/index.vue +++ b/src/views/design/prelimScheme/index.vue @@ -42,6 +42,15 @@