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 @@