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` + ) },