diff --git a/src/api/wmsManagement/wmGoodsNowProduction.js b/src/api/wmsManagement/wmGoodsNowProduction.js index 498e80b..fef41c3 100644 --- a/src/api/wmsManagement/wmGoodsNowProduction.js +++ b/src/api/wmsManagement/wmGoodsNowProduction.js @@ -55,3 +55,16 @@ export function delWmGoodsNowProduction(pid) { method: 'delete' }) } + +/** + * 批次 查询 父子节点 + * @param {*} query + * @returns + */ +export function Node_patch_search(query) { + return request({ + url: '/mes/wm/WmGoodsNowProduction/patchsearch', + method: 'get', + params: query, + }) +} diff --git a/src/views/warehouseManagement/WmpatchSearch.vue b/src/views/warehouseManagement/WmpatchSearch.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/wmsManagement/WmpatchSearch.vue b/src/views/wmsManagement/WmpatchSearch.vue new file mode 100644 index 0000000..536fc9f --- /dev/null +++ b/src/views/wmsManagement/WmpatchSearch.vue @@ -0,0 +1,106 @@ + + + + +