From 2ba08c79ed4d7b5d42b6f3a91b3f87814158532c Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Tue, 2 Sep 2025 19:00:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/api/materials/materialIssue/index.ts | 8 ++ src/layout/components/Navbar.vue | 4 +- src/views/contract/bidCost/index.vue | 2 +- src/views/contract/division/index.vue | 17 ++- src/views/contract/limitPrice/index.vue | 2 +- src/views/design/appointment/index.vue | 19 ++- .../formalitiesAreConsolidated/index.vue | 2 +- src/views/materials/materials/index.vue | 59 ++++---- .../materialIssue/index.vue | 31 +++- .../overallPlanMaterialSupply/index.vue | 15 ++ src/views/out/monthPlan/index.vue | 2 +- .../BasicData/landBlock/index.vue | 27 ++-- src/views/tender/bidd/index.vue | 2 +- src/views/tender/plan/index.vue | 17 ++- src/views/tender/supplierInput/index.vue | 136 +++++++++--------- src/views/tender/supplierInput/indexEdit.vue | 78 +++++----- 17 files changed, 259 insertions(+), 164 deletions(-) diff --git a/.env.development b/.env.development index eb8185a..beee2bd 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.188:8899' +VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 diff --git a/src/api/materials/materialIssue/index.ts b/src/api/materials/materialIssue/index.ts index 99af31a..33a986a 100644 --- a/src/api/materials/materialIssue/index.ts +++ b/src/api/materials/materialIssue/index.ts @@ -75,3 +75,11 @@ export const inventoryList = (id: any) => { method: 'get' }); }; + +//获取材料表信息 +export const getMaterialInfo = (id: any) => { + return request({ + url: '/materials/materials/listByFormCode/' + id, + method: 'get' + }); +}; diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 8e70d3f..c2ed27e 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -26,11 +26,11 @@ - +
diff --git a/src/views/contract/bidCost/index.vue b/src/views/contract/bidCost/index.vue index 9ef0c55..2ab34c4 100644 --- a/src/views/contract/bidCost/index.vue +++ b/src/views/contract/bidCost/index.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/contract/division/index.vue b/src/views/contract/division/index.vue index 0c7675d..10e84ff 100644 --- a/src/views/contract/division/index.vue +++ b/src/views/contract/division/index.vue @@ -138,9 +138,14 @@ @@ -149,12 +154,16 @@