diff --git a/src/api/tool/com_tool_info_add_update.js b/src/api/tool/com_tool_info_add_update.js
new file mode 100644
index 0000000..c94ff58
--- /dev/null
+++ b/src/api/tool/com_tool_info_add_update.js
@@ -0,0 +1,7 @@
+import { createAPI } from '@/utils/httpRequest.js'
+
+// 获取
+export const insertToolInfo = data => createAPI('plm/tool/insertToolInfo', 'POST', data)
+
+// 获取
+export const modifyToolInfo = data => createAPI('plm/tool/modifyToolInfo', 'POST', data)
diff --git a/src/api/tool/tool_info.js b/src/api/tool/tool_info.js
new file mode 100644
index 0000000..9b83888
--- /dev/null
+++ b/src/api/tool/tool_info.js
@@ -0,0 +1,7 @@
+import { createAPI } from '@/utils/httpRequest.js'
+
+// 获取
+export const getToolInfoList = data => createAPI('plm/tool/getToolInfoList', 'POST', data)
+
+// 获取
+export const getToolInstanceList = data => createAPI('plm/tool/getToolInstanceList', 'POST', data)
diff --git a/src/views/modules/tooling/components/com_tool_info_add_update.vue b/src/views/modules/tooling/components/com_tool_info_add_update.vue
new file mode 100644
index 0000000..e941cef
--- /dev/null
+++ b/src/views/modules/tooling/components/com_tool_info_add_update.vue
@@ -0,0 +1,396 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 域:
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 工具类型:
+
+
+
+
+
+
+
+
+
+
+ 日历标识:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 备选工具标识号:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/tooling/manuf_tool.vue b/src/views/modules/tooling/manuf_tool.vue
new file mode 100644
index 0000000..b25fe38
--- /dev/null
+++ b/src/views/modules/tooling/manuf_tool.vue
@@ -0,0 +1,821 @@
+
+
+
+
+
+
+
+
+
+
+ 工具类型:
+
+
+
+ 查询
+ 新增
+
+
+ {{ '导出' }}
+
+
+
+
+
+
+ 下达
+ 取消申请
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+