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"