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 }} +
+
+
+ + + + + + + + + +
+
+