From f2d95fa4870a73f2706e36a862f1a8a006dc78ab 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: Wed, 10 Dec 2025 16:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=20=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wcsSystem/agvStationSpecialAction.js | 24 + src/views/modules/warehouse/pallet.vue | 16 +- src/views/modules/wcsSystem/agvStation.vue | 2 +- .../wcsSystem/agvStationSpecialAction.vue | 564 ++++++++++++++++++ 4 files changed, 597 insertions(+), 9 deletions(-) create mode 100644 src/api/wcsSystem/agvStationSpecialAction.js create mode 100644 src/views/modules/wcsSystem/agvStationSpecialAction.vue diff --git a/src/api/wcsSystem/agvStationSpecialAction.js b/src/api/wcsSystem/agvStationSpecialAction.js new file mode 100644 index 0000000..e5560c9 --- /dev/null +++ b/src/api/wcsSystem/agvStationSpecialAction.js @@ -0,0 +1,24 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// ========== 查询相关 ========== - rqrq + +// 查询AGV站点列表 - rqrq +export const getAgvStationList = data => createAPI('/wcsSystem/agvStation/list', 'POST', data) + +// 查询站点栈板列表 - rqrq +export const getPalletsByStation = data => createAPI('/wcsSystem/agvStation/getPalletsByStation', 'POST', data) + +// ========== 操作相关 ========== - rqrq + +// 纠正AGV站点状态 - rqrq +export const correctAgvStationStatus = data => createAPI('/wcsSystem/agvStation/correctStatus', 'POST', data) + +// 手工移出栈板 - rqrq +export const removePalletFromStation = data => createAPI('/wcsSystem/agvStation/removePalletFromStation', 'POST', data) + +// 获取托盘类型选项 - rqrq +export const getPalletTypeOptions = data => createAPI('/wcsSystem/agvStation/getPalletTypeOptions', 'POST', data) + +// 更新续盘设置 - rqrq +export const updateAutoCallSetting = data => createAPI('/wcsSystem/agvStation/updateAutoCallSetting', 'POST', data) + diff --git a/src/views/modules/warehouse/pallet.vue b/src/views/modules/warehouse/pallet.vue index 8939ed2..82a9760 100644 --- a/src/views/modules/warehouse/pallet.vue +++ b/src/views/modules/warehouse/pallet.vue @@ -40,7 +40,7 @@ - + 查询 @@ -265,7 +265,7 @@ - +
@@ -273,9 +273,9 @@ 当前数量 需要新增
- + -
{{ item.palletFamilyDesc }} @@ -285,8 +285,8 @@ {{ item.totalCount || 0 }}
- +
+ + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +