From ece18cdb0bb2fb0a4de9c52dcca50155deed56a2 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, 19 Sep 2025 16:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=88=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/automatedWarehouse/callOut.js | 1 + .../modules/automatedWarehouse/callOut.vue | 112 ++++++++++++++++-- 2 files changed, 102 insertions(+), 11 deletions(-) diff --git a/src/api/automatedWarehouse/callOut.js b/src/api/automatedWarehouse/callOut.js index 3a19fce..4f33ec1 100644 --- a/src/api/automatedWarehouse/callOut.js +++ b/src/api/automatedWarehouse/callOut.js @@ -2,3 +2,4 @@ import { createAPI } from "@/utils/httpRequest.js"; export const saveTransportTask = data => createAPI(`/factory/tblbasedata/saveTransportTask`,'get',data) export const getShopOrderFromIFSWithOrderNo = data => createAPI(`/wcsIntegration/getShopOrderFromIFSWithOrderNo`,'post',data) +export const getPalletList = data => createAPI(`/wcsIntegration/palletListForPartNo`,'post',data) diff --git a/src/views/modules/automatedWarehouse/callOut.vue b/src/views/modules/automatedWarehouse/callOut.vue index 2718693..2873bd2 100644 --- a/src/views/modules/automatedWarehouse/callOut.vue +++ b/src/views/modules/automatedWarehouse/callOut.vue @@ -47,10 +47,9 @@ /> -
+ + +
+
可用栈板列表
+ + + +
+
+ 栈板号: {{ pallet.palletId }} + 物料: {{ pallet.partNo }} | 数量: {{ pallet.qty }} +
+
+ +
+
+
+
+
+ + +
+ +
+