Browse Source

箱单发票文件名可以在发票号前添加下“Invoice & PL"

master
han\hanst 1 week ago
parent
commit
3bcf0ca0c3
  1. 3
      src/views/modules/ecss/declaration.vue

3
src/views/modules/ecss/declaration.vue

@ -3053,7 +3053,8 @@
exportParam.onlyInvoicePackingPdf = onlyInvoicePackingPdf === true exportParam.onlyInvoicePackingPdf = onlyInvoicePackingPdf === true
ExportUtil.export( ExportUtil.export(
"/ecss/coDel/downloadAllPdf", "/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.exportAllFlag = false
this.exportAllYBFlag = false this.exportAllYBFlag = false

Loading…
Cancel
Save