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