From dd594676acf1fe56d5533b72ef59504103cd6d0c Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Sat, 6 Sep 2025 17:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/api/materials/materialsInventory/index.ts | 10 + .../materials/materialsInventory/index.vue | 501 +++++++----------- .../materials/materialsUseRecord/index.vue | 4 +- 4 files changed, 201 insertions(+), 318 deletions(-) diff --git a/.env.development b/.env.development index 3b6cd23..4a809a3 100644 --- a/.env.development +++ b/.env.development @@ -6,9 +6,9 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -# VITE_APP_BASE_API = 'http://192.168.110.209:8899' +VITE_APP_BASE_API = 'http://192.168.110.209: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.188:8899' # 朱银 diff --git a/src/api/materials/materialsInventory/index.ts b/src/api/materials/materialsInventory/index.ts index 2d780e3..e0796b7 100644 --- a/src/api/materials/materialsInventory/index.ts +++ b/src/api/materials/materialsInventory/index.ts @@ -61,3 +61,13 @@ export const delMaterialsInventory = (id: string | number | Array { + return request({ + url: '/materials/materials/listUseDetail', + method: 'get', + params: query + }); +}; +//导出 diff --git a/src/views/materials/materialsInventory/index.vue b/src/views/materials/materialsInventory/index.vue index 3a2d13b..51428f3 100644 --- a/src/views/materials/materialsInventory/index.vue +++ b/src/views/materials/materialsInventory/index.vue @@ -1,22 +1,20 @@ - + + diff --git a/src/views/materials/materialsUseRecord/index.vue b/src/views/materials/materialsUseRecord/index.vue index a8da5f4..73f3263 100644 --- a/src/views/materials/materialsUseRecord/index.vue +++ b/src/views/materials/materialsUseRecord/index.vue @@ -1,13 +1,13 @@