From 141a035b69cbc3920e481a892068b0363bac256f 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: Tue, 19 May 2026 13:04:28 +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/views/modules/tool/toolInstanceQuery.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue index 0daf093..98b1c9b 100644 --- a/src/views/modules/tool/toolInstanceQuery.vue +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -11,6 +11,9 @@ + + + @@ -98,7 +101,7 @@ const TOOL_INSTANCE_COLUMN_SPECS = [ { prop: 'site', label: '工厂编码', width: 60, align: 'left', tooltip: true }, { prop: 'toolId', label: '工具编码', width: 80, align: 'left', tooltip: true }, { prop: 'toolInstanceId', label: '工具实例ID', width: 120, align: 'left', tooltip: true }, - { prop: 'spec', label: '型号描述', width: 120, align: 'left', tooltip: true }, + { prop: 'toolSpec', label: '型号描述', width: 120, align: 'left', tooltip: true }, { prop: 'warehouseId', label: '默认仓库', width: 80, align: 'left' }, { prop: 'locationId', label: '库位号', width: 60, align: 'left' }, { prop: 'supplierName', label: '模具供应商', width: 140, align: 'left', tooltip: true }, @@ -126,7 +129,8 @@ export default { toolInstanceId: '', locationId: '', lastSeqNoInput: '', - lastOrderNo: '' + lastOrderNo: '', + toolSpec: '', }, pageIndex: 1, pageSize: 20,