From 6fd61b0f201c00735414d807d53ffc77e5dafcb6 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 1 Jul 2026 14:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=AE=B1=E5=8D=95PDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/declaration.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index defe568..e42cd8a 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -612,6 +612,7 @@ 导出Excel 导出PDF + 关闭 @@ -3002,7 +3003,7 @@ }, - exportAllPdf(){ + exportAllPdf(onlyInvoicePackingPdf = false){ if (!this.currentRow || !this.currentRow.buNo) { this.$message.warning('请选择报关单!') return @@ -3049,6 +3050,7 @@ exportParam.site = this.currentRow.site exportParam.delNo = this.currentRow.delNo exportParam.notifyPartDetailList = this.notifyPartDetailList + exportParam.onlyInvoicePackingPdf = onlyInvoicePackingPdf === true ExportUtil.export( "/ecss/coDel/downloadAllPdf", exportParam, this.currentRow.cmcInvoice+" "+this.currentRow.destination+"-"+this.currentRow.shippingMode+".pdf"