From 3288c4a25d0f736af0af647b04b586c3ea07a695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 11 May 2026 17:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=A8=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/tool.js | 8 + src/views/modules/tool/toolInstanceQuery.vue | 246 +++++++++++++++++++ 2 files changed, 254 insertions(+) create mode 100644 src/api/production/tool.js create mode 100644 src/views/modules/tool/toolInstanceQuery.vue diff --git a/src/api/production/tool.js b/src/api/production/tool.js new file mode 100644 index 0000000..cde8cbf --- /dev/null +++ b/src/api/production/tool.js @@ -0,0 +1,8 @@ +/** + * 模具/工具实例查询 API - rqrq + */ +import { createAPI } from '@/utils/httpRequest.js' + +// 模具实例分页查询 - rqrq +export const searchToolInstancePage = data => + createAPI('/production/tool/searchToolInstancePage', 'post', data) diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue new file mode 100644 index 0000000..d7f29e0 --- /dev/null +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -0,0 +1,246 @@ + + +