diff --git a/src/api/wmsManagement/wmGoodsBatchSearch.js b/src/api/wmsManagement/wmGoodsBatchSearch.js
new file mode 100644
index 0000000..d4ca73f
--- /dev/null
+++ b/src/api/wmsManagement/wmGoodsBatchSearch.js
@@ -0,0 +1,14 @@
+import request from '@/utils/request'
+
+
+/**
+* 批量查询出库树表
+* @param data
+*/
+export function GetBatchOutRecordTreeTableData(data) {
+ return request({
+ url: '/mes/wm/WmGoodsBatchSearch/getBatchOutRecordTreeTableData',
+ method: 'post',
+ data: data,
+ })
+}
diff --git a/src/views/wmsManagement/WmpatchSearch.vue b/src/views/wmsManagement/WmpatchSearch.vue
index 45ef664..3f08313 100644
--- a/src/views/wmsManagement/WmpatchSearch.vue
+++ b/src/views/wmsManagement/WmpatchSearch.vue
@@ -1,153 +1,45 @@
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 保存
- 取消
-
-
- 编辑
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/src/views/wmsManagement/components/TheWmBatchSearch/仓库数据总看板/index.vue b/src/views/wmsManagement/components/TheWmBatchSearch/仓库数据总看板/index.vue
new file mode 100644
index 0000000..ac1be6b
--- /dev/null
+++ b/src/views/wmsManagement/components/TheWmBatchSearch/仓库数据总看板/index.vue
@@ -0,0 +1,9 @@
+
+ 仓库数据总看板
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/wmsManagement/components/TheWmBatchSearch/入库记录根据批次号/index.vue b/src/views/wmsManagement/components/TheWmBatchSearch/入库记录根据批次号/index.vue
new file mode 100644
index 0000000..bc27e07
--- /dev/null
+++ b/src/views/wmsManagement/components/TheWmBatchSearch/入库记录根据批次号/index.vue
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 取消
+
+
+ 编辑
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/wmsManagement/components/TheWmBatchSearch/入库记录根据零件号/index.vue b/src/views/wmsManagement/components/TheWmBatchSearch/入库记录根据零件号/index.vue
new file mode 100644
index 0000000..668714b
--- /dev/null
+++ b/src/views/wmsManagement/components/TheWmBatchSearch/入库记录根据零件号/index.vue
@@ -0,0 +1,9 @@
+
+ 入库记录根据零件号
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/wmsManagement/components/TheWmBatchSearch/出库记录根据批次号/index.vue b/src/views/wmsManagement/components/TheWmBatchSearch/出库记录根据批次号/index.vue
new file mode 100644
index 0000000..91c2707
--- /dev/null
+++ b/src/views/wmsManagement/components/TheWmBatchSearch/出库记录根据批次号/index.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/wmsManagement/components/TheWmBatchSearch/出库记录根据零件号/index.vue b/src/views/wmsManagement/components/TheWmBatchSearch/出库记录根据零件号/index.vue
new file mode 100644
index 0000000..215422e
--- /dev/null
+++ b/src/views/wmsManagement/components/TheWmBatchSearch/出库记录根据零件号/index.vue
@@ -0,0 +1,9 @@
+
+ 出库记录根据零件号
+
+
+
+
+
\ No newline at end of file