From 7d9f579405a35a4a19667f28f4a4cb7797cef78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 14 Oct 2025 17:17:30 +0800 Subject: [PATCH] =?UTF-8?q?1=E4=B8=8B=E8=BD=BD=E5=AF=BC=E5=85=A5=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/labelQuery.js | 4 + src/views/modules/warehouse/labelQuery.vue | 9 + .../modules/warehouse/labelQueryLocation.vue | 9 + .../modules/wcsSystem/labelChangeLocation.vue | 469 ++++++++++++++++++ 4 files changed, 491 insertions(+) create mode 100644 src/views/modules/wcsSystem/labelChangeLocation.vue diff --git a/src/api/warehouse/labelQuery.js b/src/api/warehouse/labelQuery.js index 8e41039..b154342 100644 --- a/src/api/warehouse/labelQuery.js +++ b/src/api/warehouse/labelQuery.js @@ -3,9 +3,13 @@ import { createAPI } from "@/utils/httpRequest.js"; // 分页查询HandlingUnit标签信息 export const getHandlingUnitLabelList = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelList', 'POST', data) export const getHandlingUnitLabelListLocation = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelListLocation', 'POST', data) +export const getHandlingUnitLabelAll = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelAll', 'POST', data) // 重打标签 export const reprintLabel = data => createAPI('/warehouse/labelQuery/reprintLabel', 'POST', data) // 删除标签 export const deleteLabel = data => createAPI('/warehouse/labelQuery/deleteLabel', 'POST', data) + +// 修改标签库位 - rqrq +export const updateLabelLocation = data => createAPI('/warehouse/labelQuery/updateLabelLocation', 'POST', data) \ No newline at end of file diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue index 63f8441..35e0038 100644 --- a/src/views/modules/warehouse/labelQuery.vue +++ b/src/views/modules/warehouse/labelQuery.vue @@ -66,6 +66,15 @@ {{ formatDate(scope.row.createdDate) }} + + + + + + +