From 191d5d3e005dafa4080dfbbd9c2db4511f513c5c Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Fri, 29 Mar 2024 15:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=9B=98=E7=82=B9=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/store/putInStore.js | 8 + .../views/store/warehousing/putInStore.vue | 529 ++++++++++++------ 2 files changed, 361 insertions(+), 176 deletions(-) diff --git a/sgzb-ui/src/api/store/putInStore.js b/sgzb-ui/src/api/store/putInStore.js index ebe7e699..5e185b4b 100644 --- a/sgzb-ui/src/api/store/putInStore.js +++ b/sgzb-ui/src/api/store/putInStore.js @@ -55,6 +55,14 @@ export function getDeviceTypeTree(params = {}){ }) } +// 提交编码入库 +export function inputByCode(data) { + return request({ + url: '/material/inventoryAndWarehousing/addList', + method: 'post', + data: data + }) +} diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 0755cf96..3169ccca 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -56,7 +56,7 @@ 查询 重置 数量盘点 - 编号盘点 + 编码盘点 @@ -157,142 +157,178 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 点击填充 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 点击填充 + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + -