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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 点击填充 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 点击填充 + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + -