From 49f439351fa24069ba626c3819ada578398aa454 Mon Sep 17 00:00:00 2001 From: mashuai Date: Mon, 3 Nov 2025 14:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/materialsStation/toolsBack/back/outRecord.vue | 2 +- .../toolsLease/outBound/component/queryToolsApply.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/materialsStation/toolsBack/back/outRecord.vue b/src/views/materialsStation/toolsBack/back/outRecord.vue index bf882360..3fb7cdef 100644 --- a/src/views/materialsStation/toolsBack/back/outRecord.vue +++ b/src/views/materialsStation/toolsBack/back/outRecord.vue @@ -543,7 +543,7 @@ export default { { ...this.queryParams }, - `综合查询_保有设备总量_${new Date().getTime()}.xlsx` + `班组退料_退料记录汇总_${new Date().getTime()}.xlsx` ) }, //查看在库编码数据 diff --git a/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue index 569d7820..8f464e22 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/queryToolsApply.vue @@ -193,7 +193,7 @@ export default { this.download( '/material/material_lease_apply_info/exportOutDetails', { id: this.id }, - `领料详情_${new Date().getTime()}.xlsx` + `领料出库详情_${new Date().getTime()}.xlsx` ) } }