From 391b0428a02ba5ab9c6a3dd455bf6a546efbe28c Mon Sep 17 00:00:00 2001 From: panxinyu-YUYwp Date: Tue, 18 Aug 2026 14:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=AB=E8=89=BE=E7=B3=BB=E7=BB=9F=E4=B8=AD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E5=85=B7=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/tool.js | 12 + src/views/modules/tool/toolInventoryLog.vue | 364 ++++++++++++++++++++ 2 files changed, 376 insertions(+) create mode 100644 src/views/modules/tool/toolInventoryLog.vue 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 @@ + + + + +