From 7e2f3601df8ec81158f6d2837de9a48d58260a18 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 15 Aug 2024 16:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=8F=90=E4=BA=A4=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inventoryLogs/index.js | 6 ++--- src/views/inventoryLogs/index.vue | 43 +++++++++++++++++++++---------- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/src/api/inventoryLogs/index.js b/src/api/inventoryLogs/index.js index 8592f2a..355fc8b 100644 --- a/src/api/inventoryLogs/index.js +++ b/src/api/inventoryLogs/index.js @@ -3,16 +3,16 @@ import request from '@/utils/request' /* 日志列表 */ export const getLogsListApi = (params) => { - return request.get('/system/bm_num_logs/list', { + return request.get('/system/bm_storage_logs/list', { params:params }) } /* 日志详情 */ export const getLogsDetailsApi = (id) => { - return request.get(`/system/bm_num_logs/selectByPrimaryKey`, { + return request.get(`/system/bm_storage_logs/selectByPrimaryKey`, { params: { id } }) -} \ No newline at end of file +} diff --git a/src/views/inventoryLogs/index.vue b/src/views/inventoryLogs/index.vue index 2e4a7f3..4030a35 100644 --- a/src/views/inventoryLogs/index.vue +++ b/src/views/inventoryLogs/index.vue @@ -33,21 +33,28 @@ - - - + + + - - + + + + + + + + + - - + +