From 1919119b3eddd71d82b17ed76772dd1920dc72cd Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 4 Oct 2025 15:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E5=AE=83=E5=85=A5=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/otherInbound.js | 7 + src/views/modules/warehouse/labelQuery.vue | 288 ++++++++++++++++++++- src/views/modules/warehouse/location.vue | 4 +- 3 files changed, 296 insertions(+), 3 deletions(-) create mode 100644 src/api/warehouse/otherInbound.js diff --git a/src/api/warehouse/otherInbound.js b/src/api/warehouse/otherInbound.js new file mode 100644 index 0000000..c6d047b --- /dev/null +++ b/src/api/warehouse/otherInbound.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 创建其它入库HandlingUnit +export const createOtherInboundHU = data => createAPI(`ifsInventoryInit/createOtherInboundHandlingUnits`, 'POST', data) + +// 打印标签 +export const printLabel = data => createAPI('/label/setting/printLabel','post',data) diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue index cbe7933..60f3d1c 100644 --- a/src/views/modules/warehouse/labelQuery.vue +++ b/src/views/modules/warehouse/labelQuery.vue @@ -27,6 +27,7 @@ 查询 重置 + 其它入库标签打印 @@ -94,12 +95,91 @@ layout="total, sizes, prev, pager, next, jumper"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +