From 592d81dd5cfb408ed1a066c1ab8d885b3ef24577 Mon Sep 17 00:00:00 2001 From: shaoyong Date: Wed, 10 Jan 2024 10:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E6=8A=A5=E5=91=8A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/produceReport/index.vue | 6 ++++-- src/views/quality/productReport/index.vue | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue index 67f259a..b9f9b82 100644 --- a/src/views/quality/produceReport/index.vue +++ b/src/views/quality/produceReport/index.vue @@ -229,8 +229,8 @@ - - + + {{ this.standardNo }} @@ -350,6 +350,7 @@ export default { refreshNewWorkerTable:true, validateRules: [], checkList: [], + standardNo: null, printData: { printable: 'printFrom', ignore: ['no-print'], @@ -598,6 +599,7 @@ export default { this.checkProjectList = response.rows; this.total = response.total; this.loading = false; + this.standardNo = this.checkProjectList[0].standardNo || '20240109test'; }); }, // 打印预览-浏览器打印 diff --git a/src/views/quality/productReport/index.vue b/src/views/quality/productReport/index.vue index 9cc7964..532d635 100644 --- a/src/views/quality/productReport/index.vue +++ b/src/views/quality/productReport/index.vue @@ -515,6 +515,7 @@ export default { this.checkProjectList = response.rows; this.total = response.total; this.loading = false; + this.form.standardNo = this.checkProjectList[0].standardNo; }); }, // 打印预览-浏览器打印