From 7233720c2ec314de1b7d8b694e48a4632e9b5a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Thu, 25 Apr 2024 10:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/qcReport/cutDayReport/index.vue | 6 +++--- src/views/report/qcReport/fullInspection/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/report/qcReport/cutDayReport/index.vue b/src/views/report/qcReport/cutDayReport/index.vue index f84742d0..bd90490f 100644 --- a/src/views/report/qcReport/cutDayReport/index.vue +++ b/src/views/report/qcReport/cutDayReport/index.vue @@ -1,7 +1,7 @@ @@ -326,7 +326,7 @@ export default { //返回一个新创建的 Blob 对象,其内容由参数中给定的数组串联组成。 new Blob([wbout], { type: "application/octet-stream" }), //设置导出文件名称 - "原片各线堆垛表.xlsx" + "切割堆垛日报.xlsx" ); } catch (e) { if (typeof console !== "undefined") console.log(e, wbout); @@ -355,7 +355,7 @@ export default { //返回一个新创建的 Blob 对象,其内容由参数中给定的数组串联组成。 new Blob([wbout], { type: "application/octet-stream" }), //设置导出文件名称 - "原片各线堆垛表.xlsx" + "切割堆垛日报.xlsx" ); } catch (e) { if (typeof console !== "undefined") console.log(e, wbout); diff --git a/src/views/report/qcReport/fullInspection/index.vue b/src/views/report/qcReport/fullInspection/index.vue index 47e25f5a..bdc0798a 100644 --- a/src/views/report/qcReport/fullInspection/index.vue +++ b/src/views/report/qcReport/fullInspection/index.vue @@ -1,7 +1,7 @@ @@ -308,7 +308,7 @@ export default { //返回一个新创建的 Blob 对象,其内容由参数中给定的数组串联组成。 new Blob([wbout], { type: "application/octet-stream" }), //设置导出文件名称 - "原片各线堆垛表.xlsx" + "全检检验记录.xlsx" ); } catch (e) { if (typeof console !== "undefined") console.log(e, wbout); -- 2.45.2