From cfe71072ab00f913eb6f4bd4fda7780639132b6e 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: Fri, 28 Nov 2025 15:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=89=AB=E6=8F=8F=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/handlingUnitOperationLog.js | 7 + .../modules/automatedWarehouse/agvTask.vue | 4 +- .../handlingUnitOperationLog.vue | 256 ++++++++++++++++++ .../automatedWarehouse/palletOperationLog.vue | 10 +- 4 files changed, 271 insertions(+), 6 deletions(-) create mode 100644 src/api/warehouse/handlingUnitOperationLog.js create mode 100644 src/views/modules/automatedWarehouse/handlingUnitOperationLog.vue diff --git a/src/api/warehouse/handlingUnitOperationLog.js b/src/api/warehouse/handlingUnitOperationLog.js new file mode 100644 index 0000000..13c525f --- /dev/null +++ b/src/api/warehouse/handlingUnitOperationLog.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// ================== 标签操作记录 - rqrq ================== + +// 分页查询标签操作记录列表 - rqrq +export const searchHandlingUnitOperationLogList = data => createAPI('/warehouse/handlingunitoperationlog/list', 'POST', data); + diff --git a/src/views/modules/automatedWarehouse/agvTask.vue b/src/views/modules/automatedWarehouse/agvTask.vue index 6e864b3..d8ac088 100644 --- a/src/views/modules/automatedWarehouse/agvTask.vue +++ b/src/views/modules/automatedWarehouse/agvTask.vue @@ -146,10 +146,11 @@ + - + - - + + @@ -73,7 +73,7 @@ {{ formatDate(scope.row.operationTime) }} - +