From 0dfcf0e538a6dfab7f6b261e92b3716869f197b6 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Thu, 11 Apr 2024 19:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wmsManagement/wmGoodsNowProduction.js | 13 +++++ src/views/wmsManagement/WmpatchSearch.vue | 57 +++++++++++++++++-- 2 files changed, 65 insertions(+), 5 deletions(-) diff --git a/src/api/wmsManagement/wmGoodsNowProduction.js b/src/api/wmsManagement/wmGoodsNowProduction.js index fef41c3..9a6a77f 100644 --- a/src/api/wmsManagement/wmGoodsNowProduction.js +++ b/src/api/wmsManagement/wmGoodsNowProduction.js @@ -68,3 +68,16 @@ export function Node_patch_search(query) { params: query, }) } + +/** + * 修改实际库存数量 + * @param {*} query + * @returns + */ +export function updateactualInventoryQuantity(query) { + return request({ + url: '/mes/wm/WmGoodsNowProduction/modifyInventoryQuantity', + method: 'get', + params: query, + }) +} \ No newline at end of file diff --git a/src/views/wmsManagement/WmpatchSearch.vue b/src/views/wmsManagement/WmpatchSearch.vue index 8f1140b..1ce914c 100644 --- a/src/views/wmsManagement/WmpatchSearch.vue +++ b/src/views/wmsManagement/WmpatchSearch.vue @@ -24,11 +24,12 @@ @@ -36,7 +37,23 @@ - + + + + + + + @@ -45,7 +62,7 @@