作者 雷海东

更改导出的文件名

@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <!-- 操作按钮区域 --> 33 <!-- 操作按钮区域 -->
34 <div class="table-operator"> 34 <div class="table-operator">
35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
36 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_bidding_htcg')">导出</a-button> 36 + <a-button type="primary" icon="download" @click="handleExportXls('合同对公采购信息')">导出</a-button>
37 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 37 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
38 <a-button type="primary" icon="import">导入</a-button> 38 <a-button type="primary" icon="import">导入</a-button>
39 </a-upload> 39 </a-upload>
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <!-- 操作按钮区域 --> 33 <!-- 操作按钮区域 -->
34 <div class="table-operator"> 34 <div class="table-operator">
35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
36 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_bidding_shiji')">导出</a-button> 36 + <a-button type="primary" icon="download" @click="handleExportXls('其他采购信息')">导出</a-button>
37 <a-upload 37 <a-upload
38 name="file" 38 name="file"
39 :showUploadList="false" 39 :showUploadList="false"
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
31 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_base')">导出</a-button> 31 + <a-button type="primary" icon="download" @click="handleExportXls('贸易基础信息')">导出</a-button>
32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
33 <a-button type="primary" icon="import">导入</a-button> 33 <a-button type="primary" icon="import">导入</a-button>
34 </a-upload> 34 </a-upload>
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <!-- 操作按钮区域 --> 33 <!-- 操作按钮区域 -->
34 <div class="table-operator"> 34 <div class="table-operator">
35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
36 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_contract')">导出</a-button> 36 + <a-button type="primary" icon="download" @click="handleExportXls('贸易合同信息')">导出</a-button>
37 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 37 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
38 <a-button type="primary" icon="import">导入</a-button> 38 <a-button type="primary" icon="import">导入</a-button>
39 </a-upload> 39 </a-upload>
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
31 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_fphk')">导出</a-button> 31 + <a-button type="primary" icon="download" @click="handleExportXls('贸易发票回款信息')">导出</a-button>
32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
33 <a-button type="primary" icon="import">导入</a-button> 33 <a-button type="primary" icon="import">导入</a-button>
34 </a-upload> 34 </a-upload>
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
31 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_inquiry')">导出</a-button> 31 + <a-button type="primary" icon="download" @click="handleExportXls('贸易询价信息')">导出</a-button>
32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
33 <a-button type="primary" icon="import">导入</a-button> 33 <a-button type="primary" icon="import">导入</a-button>
34 </a-upload> 34 </a-upload>
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <!-- 操作按钮区域 --> 33 <!-- 操作按钮区域 -->
34 <div class="table-operator"> 34 <div class="table-operator">
35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 35 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
36 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_return')">导出</a-button> 36 + <a-button type="primary" icon="download" @click="handleExportXls('发票返回信息')">导出</a-button>
37 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 37 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
38 <a-button type="primary" icon="import">导入</a-button> 38 <a-button type="primary" icon="import">导入</a-button>
39 </a-upload> 39 </a-upload>
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
31 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_supplier')">导出</a-button> 31 + <a-button type="primary" icon="download" @click="handleExportXls('供应商信息')">导出</a-button>
32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
33 <a-button type="primary" icon="import">导入</a-button> 33 <a-button type="primary" icon="import">导入</a-button>
34 </a-upload> 34 </a-upload>
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
31 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_tender')">导出</a-button> 31 + <a-button type="primary" icon="download" @click="handleExportXls('贸易中标采购信息')">导出</a-button>
32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
33 <a-button type="primary" icon="import">导入</a-button> 33 <a-button type="primary" icon="import">导入</a-button>
34 </a-upload> 34 </a-upload>
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 30 <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
31 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_tou')">导出</a-button> 31 + <a-button type="primary" icon="download" @click="handleExportXls('贸易投标信息')">导出</a-button>
32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 32 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
33 <a-button type="primary" icon="import">导入</a-button> 33 <a-button type="primary" icon="import">导入</a-button>
34 </a-upload> 34 </a-upload>
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 27
28 <!-- 操作按钮区域 --> 28 <!-- 操作按钮区域 -->
29 <div class="table-operator"> 29 <div class="table-operator">
30 - <a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_zong')">导出</a-button> 30 + <a-button type="primary" icon="download" @click="handleExportXls('贸易综合信息')">导出</a-button>
31 <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> 31 <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
32 32
33 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> 33 <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">