From bcf3c4ae230c903e6784379b0e54a4a62ecc938e Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 30 Mar 2026 16:14:37 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-30=20=E6=A0=87=E7=AD=BE=E5=8F=98?= =?UTF-8?q?=E5=8A=A8=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E3=80=90=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E5=85=B3=E9=97=AD=E3=80=91=E5=8A=9F=E8=83=BD?= 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 | 70 ++++++++++++++++++- 2 files changed, 80 insertions(+), 1 deletion(-) diff --git a/src/api/warehouse/labelTransactionLog.js b/src/api/warehouse/labelTransactionLog.js index bb74473..41c1a79 100644 --- a/src/api/warehouse/labelTransactionLog.js +++ b/src/api/warehouse/labelTransactionLog.js @@ -34,3 +34,14 @@ export function labelTransactionLogRetry(data) { }) } +/** + * 批量异常关闭 + */ +export function labelTransactionLogClose(data) { + return http({ + url: http.adornUrl('/warehouse/labelTransactionLog/close'), + method: 'post', + data: http.adornData(data) + }) +} + diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue index 2d5ddbb..711f66e 100644 --- a/src/views/modules/warehouse/labelTransactionLog.vue +++ b/src/views/modules/warehouse/labelTransactionLog.vue @@ -176,6 +176,13 @@ @click="exceptionRetryHandle"> 异常重试 + + 异常关闭 + @@ -262,7 +269,7 @@