diff --git a/src/api/production/tool.js b/src/api/production/tool.js
index cde8cbf..6d9f985 100644
--- a/src/api/production/tool.js
+++ b/src/api/production/tool.js
@@ -6,3 +6,15 @@ import { createAPI } from '@/utils/httpRequest.js'
// 模具实例分页查询 - rqrq
export const searchToolInstancePage = data =>
createAPI('/production/tool/searchToolInstancePage', 'post', data)
+
+// 工具出入库单头分页查询
+export const searchToolTransHeaderPage = data =>
+ createAPI('/production/tool/searchToolTransHeaderPage', 'post', data)
+
+// 工具出入库明细分页查询
+export const searchToolTransDetailPage = data =>
+ createAPI('/production/tool/searchToolTransDetailPage', 'post', data)
+
+// 出入库类型下拉列表
+export const searchToolTransTypeList = data =>
+ createAPI('/production/tool/searchToolTransTypeList', 'post', data)
diff --git a/src/views/modules/tool/toolInventoryLog.vue b/src/views/modules/tool/toolInventoryLog.vue
new file mode 100644
index 0000000..a130a87
--- /dev/null
+++ b/src/views/modules/tool/toolInventoryLog.vue
@@ -0,0 +1,364 @@
+
+
+
+
+
出入库记录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
出入库明细
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+