From 3bcf0ca0c389791dc522190cce3897a51311de3b Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Thu, 2 Jul 2026 13:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=B1=E5=8D=95=E5=8F=91=E7=A5=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E5=8F=AF=E4=BB=A5=E5=9C=A8=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E5=8F=B7=E5=89=8D=E6=B7=BB=E5=8A=A0=E4=B8=8B=E2=80=9CInvoice?= =?UTF-8?q?=20&=20PL"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/declaration.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index e8641bb..9df5062 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -3053,7 +3053,8 @@ exportParam.onlyInvoicePackingPdf = onlyInvoicePackingPdf === true ExportUtil.export( "/ecss/coDel/downloadAllPdf", - exportParam, this.currentRow.cmcInvoice+" "+this.currentRow.destination+"-"+this.currentRow.shippingMode+".pdf" + exportParam, (onlyInvoicePackingPdf === true?"Invoice & PL ":"报关资料 ")+this.currentRow.cmcInvoice+" "+ + this.currentRow.destination+"-"+this.currentRow.shippingMode+".pdf" ); this.exportAllFlag = false this.exportAllYBFlag = false