From 56dcda4258170f3421fa6e9c84ef139a3a0dc795 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 22 Jan 2026 09:26:02 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-22=20=E6=A0=87=E7=AD=BE=E5=8F=98?= =?UTF-8?q?=E5=8A=A8=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E3=80=90=E6=89=8B=E5=8A=A8=E9=87=8D=E8=AF=95=E3=80=91?= 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 | 87 ++++++++++++++++++- 2 files changed, 97 insertions(+), 1 deletion(-) diff --git a/src/api/warehouse/labelTransactionLog.js b/src/api/warehouse/labelTransactionLog.js index 9fe1d29..bb74473 100644 --- a/src/api/warehouse/labelTransactionLog.js +++ b/src/api/warehouse/labelTransactionLog.js @@ -23,3 +23,14 @@ export function labelTransactionLogExport(data) { }) } +/** + * 批量手动重试 + */ +export function labelTransactionLogRetry(data) { + return http({ + url: http.adornUrl('/warehouse/labelTransactionLog/retry'), + method: 'post', + data: http.adornData(data) + }) +} + diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue index b30659d..1cd8cbe 100644 --- a/src/views/modules/warehouse/labelTransactionLog.vue +++ b/src/views/modules/warehouse/labelTransactionLog.vue @@ -132,6 +132,13 @@