yangys
2025-09-22 b311b3cfee0a4635c236eea6c5870d805a29a160
src/views/statreport/approveTablePrint.vue
@@ -27,7 +27,6 @@
<script>
import { getDispatchTaskList } from '@/api/statreport/approvetable.js';
import { exportBlob } from '@/api/common';
import { exportBlobPost } from '@/api/common';
import { downloadFile } from '@/utils/util';
import { getToken } from '@/utils/auth';
@@ -64,6 +63,8 @@
                menuWidth: 140,
                menu: true,
                dialogClickModal: false,
                height:'auto',
                calcHeight:170,
                column: [
                    
               {
@@ -81,7 +82,7 @@
                        prop: 'processEdition'
                    },
                    {
                        label: '图号版次',
                        label: '图纸版次',
                        prop: 'drawingNoEdition'
                    },
                    {
@@ -99,7 +100,7 @@
                        prop: 'craftEdition'
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: 'deviation'
                    },
               {
@@ -142,6 +143,7 @@
                    let name = res.headers['content-disposition'].split('filename=')[1]
                    //console.log(res.headers['content-disposition'].split('filename=')[1]);
                    name = decodeURI(name)
                    console.log(name)
                    downloadFile(res.data, `${name}`);
                    NProgress.done();
                });