From 15468c74a2a365cf1ac5b3d4c31feed7788c8643 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: Sat, 18 Oct 2025 13:52:56 +0800 Subject: [PATCH] 1 --- .../automatedWarehouse/callOutToStation.js | 1 + .../automatedWarehouse/callOutToStation.vue | 1 + .../automatedWarehouse/palletPacking.vue | 44 +++++++++++-------- 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/src/api/automatedWarehouse/callOutToStation.js b/src/api/automatedWarehouse/callOutToStation.js index b657744..eb47c75 100644 --- a/src/api/automatedWarehouse/callOutToStation.js +++ b/src/api/automatedWarehouse/callOutToStation.js @@ -5,3 +5,4 @@ import { createAPI } from "@/utils/httpRequest.js"; // Call料并运输到指定区域/站点 - rqrq export const callOutToStation = data => createAPI(`/wcsIntegration/callOutToStation`, 'post', data) + diff --git a/src/views/modules/automatedWarehouse/callOutToStation.vue b/src/views/modules/automatedWarehouse/callOutToStation.vue index 1753d29..bb7d2fe 100644 --- a/src/views/modules/automatedWarehouse/callOutToStation.vue +++ b/src/views/modules/automatedWarehouse/callOutToStation.vue @@ -481,3 +481,4 @@ export default { } + diff --git a/src/views/modules/automatedWarehouse/palletPacking.vue b/src/views/modules/automatedWarehouse/palletPacking.vue index e94b869..69385b4 100644 --- a/src/views/modules/automatedWarehouse/palletPacking.vue +++ b/src/views/modules/automatedWarehouse/palletPacking.vue @@ -146,7 +146,7 @@ - +
@@ -438,18 +438,25 @@
- - - + + + + + + + + + + + + + +
@@ -1484,11 +1491,12 @@ export default { this.$message.error('无法获取当前栈板位置'); return; } - if (!this.selectedTargetArea) { - this.$message.error('请选择目标区域'); - return; - } - + // if (!this.selectedTargetArea) { + // this.$message.error('请选择目标区域'); + // return; + // } + //默认写死入库 + this.selectedTargetArea='Z103' // 设置loading状态,防止重复点击 this.transportTaskLoading = true;