From c1dc5d2952c4ad1c6305cec4c158b05aee7bd13c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Apr 2026 15:46:26 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-16=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/labelTransactionLog.js | 11 ++ .../modules/warehouse/labelTransactionLog.vue | 179 +++++++++++++++--- 2 files changed, 168 insertions(+), 22 deletions(-) diff --git a/src/api/warehouse/labelTransactionLog.js b/src/api/warehouse/labelTransactionLog.js index 41c1a79..89e4ffd 100644 --- a/src/api/warehouse/labelTransactionLog.js +++ b/src/api/warehouse/labelTransactionLog.js @@ -45,3 +45,14 @@ export function labelTransactionLogClose(data) { }) } +/** + * 批量单据回冲 + */ +export function labelTransactionLogReverse(data) { + return http({ + url: http.adornUrl('/warehouse/labelTransactionLog/reverse'), + method: 'post', + data: http.adornData(data) + }) +} + diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue index 3324572..e1af955 100644 --- a/src/views/modules/warehouse/labelTransactionLog.vue +++ b/src/views/modules/warehouse/labelTransactionLog.vue @@ -148,20 +148,31 @@ - - 查询 - - 查询 + + - 重置 - + 重置 + + + 导出 + + + 单据回冲 + 异常关闭 - - 导出 - @@ -269,7 +274,7 @@