From 2a491bb8510d4d1611a2b8c91dba84d5c8adf0b4 Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 28 Oct 2022 17:35:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E8=B4=A7=E7=89=A9=E6=91=86?= =?UTF-8?q?=E6=94=BE=E9=A1=B5=E9=9D=A2=E5=8F=8A=E5=AF=B9=E5=BA=94=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inventory/InvProducts.js | 24 ++ src/views/inventory/InvGoodsPlacement.vue | 395 ++++++++++++++++++++-- src/views/inventory/invCountOrderNew.vue | 1 - 3 files changed, 386 insertions(+), 34 deletions(-) diff --git a/src/api/inventory/InvProducts.js b/src/api/inventory/InvProducts.js index 40a7193..34edd17 100644 --- a/src/api/inventory/InvProducts.js +++ b/src/api/inventory/InvProducts.js @@ -26,3 +26,27 @@ export function deleteProducts(query) { } ) } + +export function getPlacementDetailList(params) { + return axios({ + url: "spms/inv/products/getPlacementDetailList", + method: "get", + params: params + }); +} + +export function bindInvSpace(data) { + return axios({ + url: "spms/inv/products/bindInvSpace", + method: "post", + data: data + }); +} + +export function checkCodeSpace(data) { + return axios({ + url: "spms/inv/products/checkCodeSpace", + method: "post", + data: data + }); +} diff --git a/src/views/inventory/InvGoodsPlacement.vue b/src/views/inventory/InvGoodsPlacement.vue index c7cfe0a..02d99eb 100644 --- a/src/views/inventory/InvGoodsPlacement.vue +++ b/src/views/inventory/InvGoodsPlacement.vue @@ -17,7 +17,7 @@ + @change="invWarehouseChange" size="mini"> + + + + {{ item.name }} + + + 查询 + 摆放 + @@ -53,17 +69,12 @@ - - - - - - - + + + - @@ -74,15 +85,173 @@ layout="prev, pager, next" :total="total" > + + + + + 提交 + + + + +
+ 当前仓库: +
+
+ + + + + + {{ item.name }} + + + + + + + +
+ 当前分库: +
+
+ + + + + + {{ item.name }} + + + + +
+ + + + +
+ 当前货位: +
+
+ + + + + {{ item.name }} + + + + +
+ + + +
+ {{ scanText }} + +
+
+ + + + + + + 添加 + + +
+ + + + + + +
条码数量:{{ codeArray.length }} +
+
+
+ + + + + + + + + +
+
+