From 94bec5bcbd3f8d00b9774bbe89e3a130dcd48134 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 13:34:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=98=E7=9B=98=E5=8E=86=E5=8F=B2=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/palletOperationLog.js | 7 + .../automatedWarehouse/palletOperationLog.vue | 252 ++++++++++++++++++ 2 files changed, 259 insertions(+) create mode 100644 src/api/warehouse/palletOperationLog.js create mode 100644 src/views/modules/automatedWarehouse/palletOperationLog.vue diff --git a/src/api/warehouse/palletOperationLog.js b/src/api/warehouse/palletOperationLog.js new file mode 100644 index 0000000..0b6bf35 --- /dev/null +++ b/src/api/warehouse/palletOperationLog.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// ================== 托盘操作记录查询 - rqrq ================== + +// 分页查询托盘操作记录列表 - rqrq +export const searchPalletOperationLogList = data => createAPI('/warehouse/palletoperationlog/list', 'POST', data); + diff --git a/src/views/modules/automatedWarehouse/palletOperationLog.vue b/src/views/modules/automatedWarehouse/palletOperationLog.vue new file mode 100644 index 0000000..11538b8 --- /dev/null +++ b/src/views/modules/automatedWarehouse/palletOperationLog.vue @@ -0,0 +1,252 @@ + + + + + +