diff --git a/src/api/inventory/invPlace.js b/src/api/inventory/invPlace.js index 9c9cf58e..184d0421 100644 --- a/src/api/inventory/invPlace.js +++ b/src/api/inventory/invPlace.js @@ -23,3 +23,19 @@ export function checkCodeSpace(data) { data: data }); } + +export function getInvProductInfo(params) { + return axios({ + url: "/spms/inv/product/getInvProductInfo", + method: "get", + params: params + }); +} + +export function getInvPlaceOrderList(params) { + return axios({ + url: "/spms/inv/product/getInvPlaceOrderList", + method: "get", + params: params + }); +} diff --git a/src/views/inventory/InvOrderPlaceModify.vue b/src/views/inventory/InvOrderPlaceModify.vue new file mode 100644 index 00000000..12205a78 --- /dev/null +++ b/src/views/inventory/InvOrderPlaceModify.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/src/views/inventory/InvPlace.vue b/src/views/inventory/InvPlace.vue index 3ece1e89..5d2d56e2 100644 --- a/src/views/inventory/InvPlace.vue +++ b/src/views/inventory/InvPlace.vue @@ -31,7 +31,8 @@ 重置 查询 - 摆放 + 按物资上架 + 按单上架 @@ -62,120 +63,40 @@ - - - - 提交 - - - - - - - - {{ item.name }} - - - - - - - - - - {{ item.name }} - - - - - - - - - - - - - - 添加 - - - - - - - - - - - - - - + + + + + + diff --git a/src/views/inventory/InvProductPlaceModify.vue b/src/views/inventory/InvProductPlaceModify.vue new file mode 100644 index 00000000..2d029203 --- /dev/null +++ b/src/views/inventory/InvProductPlaceModify.vue @@ -0,0 +1,268 @@ + + + + +