|
|
|
@ -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 |
|
|
|
|