From d6fd412e5017d74f4b8dff35b443195358f74168 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sun, 28 Sep 2025 16:46:17 +0800 Subject: [PATCH] =?UTF-8?q?ifs=E5=BA=93=E5=AD=98=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/ifsInventoryInit.js | 10 + .../modules/warehouse/ifsInventoryInit.vue | 382 ++++++++++++++++++ 2 files changed, 392 insertions(+) create mode 100644 src/api/warehouse/ifsInventoryInit.js create mode 100644 src/views/modules/warehouse/ifsInventoryInit.vue diff --git a/src/api/warehouse/ifsInventoryInit.js b/src/api/warehouse/ifsInventoryInit.js new file mode 100644 index 0000000..0620b77 --- /dev/null +++ b/src/api/warehouse/ifsInventoryInit.js @@ -0,0 +1,10 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 分页查询库存信息 +export const getInventoryStockList = data => createAPI(`ifsInventoryInit/getInventoryStockList`, 'POST', data) + +// 创建HandlingUnit +export const createHandlingUnits = data => createAPI(`ifsInventoryInit/createHandlingUnits`, 'POST', data) + +// 打印标签 +export const printLabel = data => createAPI('/label/setting/printLabel','post',data) diff --git a/src/views/modules/warehouse/ifsInventoryInit.vue b/src/views/modules/warehouse/ifsInventoryInit.vue new file mode 100644 index 0000000..aaad170 --- /dev/null +++ b/src/views/modules/warehouse/ifsInventoryInit.vue @@ -0,0 +1,382 @@ + + + + +