From e5cea4a818a01c9dadad4ef7090061c71caf0f40 Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Thu, 22 Jan 2026 20:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=BA=93=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wisdom/move.js | 8 ++++++++ src/views/wisdom/move/index.vue | 25 ++++++++++++++++++++++--- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/api/wisdom/move.js b/src/api/wisdom/move.js index e8d575d..0538841 100644 --- a/src/api/wisdom/move.js +++ b/src/api/wisdom/move.js @@ -9,4 +9,12 @@ export function listRecord(query) { }) } +// 查询移库记录列表 +export function delMove(id) { + return request({ + url: '/inventory/move/rollback/' + id, + method: 'post', + }) +} + diff --git a/src/views/wisdom/move/index.vue b/src/views/wisdom/move/index.vue index 0301459..b6df0ba 100644 --- a/src/views/wisdom/move/index.vue +++ b/src/views/wisdom/move/index.vue @@ -39,7 +39,7 @@ - + @@ -49,7 +49,18 @@ - + + +