From bf2f7a19685c97efeb4613da7eaba3fc65e93153 Mon Sep 17 00:00:00 2001
From: DouDou <877258667@qq.com>
Date: Mon, 2 Sep 2024 18:30:08 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/tool/com_tool_info_add_update.js | 7 +
src/api/tool/tool_info.js | 7 +
.../components/com_tool_info_add_update.vue | 396 +++++++++
src/views/modules/tooling/manuf_tool.vue | 821 ++++++++++++++++++
4 files changed, 1231 insertions(+)
create mode 100644 src/api/tool/com_tool_info_add_update.js
create mode 100644 src/api/tool/tool_info.js
create mode 100644 src/views/modules/tooling/components/com_tool_info_add_update.vue
create mode 100644 src/views/modules/tooling/manuf_tool.vue
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] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+