From 8d768c4d84fddaaaa5dc30a228a65c03a897ff89 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, 3 Oct 2025 00:16:51 +0800 Subject: [PATCH] 1 --- src/api/automatedWarehouse/palletPacking.js | 3 + .../automatedWarehouse/palletAssembly.vue | 491 ++++++++++++++---- .../automatedWarehouse/palletPacking.vue | 491 ++++++++++++++---- 3 files changed, 809 insertions(+), 176 deletions(-) diff --git a/src/api/automatedWarehouse/palletPacking.js b/src/api/automatedWarehouse/palletPacking.js index 2280b47..b95e676 100644 --- a/src/api/automatedWarehouse/palletPacking.js +++ b/src/api/automatedWarehouse/palletPacking.js @@ -58,3 +58,6 @@ export const getPalletTypeAreas = data => createAPI(`/base/palletTypeArea/list`, // 更新栈板类型和自动分拣标志 - AI制作 export const updatePalletTypeAndAutoSort = data => createAPI(`/wcsIntegration/updatePalletTypeAndAutoSort`,'post',data) export const completePalletAssembly = data => createAPI(`/wcsIntegration/completePalletAssembly`,'post',data) + +// 获取指定层数下各位置的可用状态 - rqrq +export const getAvailablePositionsForLayer = data => createAPI(`/wcsIntegration/getAvailablePositionsForLayer`,'post',data) diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index 1fc8487..f1f9334 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -24,6 +24,7 @@ style="flex: 0.75;" clearable @keyup.enter.native="handlePalletScan" + @focus.native="$event.target.setAttribute('inputmode', 'none')" ref="palletInput" /> - +
- + - +
- +