Commit 8ae698f4 authored by zhoutong's avatar zhoutong

修改提料单文件

parent ea5939ab
......@@ -181,7 +181,7 @@ export default {
download() {
getBoxLadingBillPdf({shipmentId: this.shipmentObj.id}).then(res=>{
let blob = new Blob([res], {type: "application/vnd.ms-excel"})
FileSaver.saveAs(blob, this.$t('提单确认件'));
FileSaver.saveAs(blob, this.$t('提单确认件.xlsx'));
})
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment