From 0f69acdf26d3194dbdfcc944a0f0dae5707307ca Mon Sep 17 00:00:00 2001 From: mashuai Date: Thu, 6 Mar 2025 18:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/stquery/electronicTag.vue | 30 +++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/views/material/stquery/electronicTag.vue b/src/views/material/stquery/electronicTag.vue index 732c7628..b5763e82 100644 --- a/src/views/material/stquery/electronicTag.vue +++ b/src/views/material/stquery/electronicTag.vue @@ -17,7 +17,7 @@ - + - - + + - + - +
@@ -283,7 +283,7 @@ 合格证
- +
- + - + - + @@ -554,12 +554,20 @@ export default { this.optionList = [] this.handleQuery() }, - - handleReportClick(){ + + /*handleReportClick(){ if(this.tagInfo){ downloadFileData({fileName: "xsdada", fileUrl: "http://192.168.0.244:18583/statics/2025/03/05/清新互联智能事件格式_2021(1)_20250305153249A001.pdf"}) } + },*/ + /** 下载按钮操作 */ + handleReportClick() { + this.download( + '/material/lease_apply_info/exportInfo', + { id: this.tagInfo.id, maId : this.tagInfo.maId }, + `出库检验单_${new Date().getTime()}.xlsx` + ) },