Jelajahi Sumber

报销导出

sangwenwei 1 tahun lalu
induk
melakukan
3ccf0920db
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      src/views/consultancy/reimbursement/info/InfoList.vue

+ 4 - 4
src/views/consultancy/reimbursement/info/InfoList.vue

@@ -154,8 +154,8 @@
           :sort-config="{remote:true}"
           :export-config="{
                     remote: true,
-                    filename: `项目报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
-                    sheetName: `项目报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
+                    filename: `咨询报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
+                    sheetName: `咨询报销数据${moment(new Date()).format('YYYY-MM-DD')}`,
                     exportMethod: exportMethod,
                     types: ['xlsx'],
                     modes: ['current', 'selected', 'all']
@@ -767,7 +767,7 @@
           ...this.searchForm
         }).then((res) => {
           // 将二进制流文件写入excel表,以下为重要步骤
-          this.$utils.downloadExcel(res, '项目-报销审批列表信息')
+          this.$utils.downloadExcel(res, '咨询-报销审批列表信息')
           this.loading = false
         }).catch(function (err) {
           this.loading = false
@@ -798,7 +798,7 @@
 				...this.searchForm
 			}).then((res) => {
 				// 将二进制流文件写入excel表,以下为重要步骤
-				this.$utils.downloadExcel(res, '项目-报销电子发票报销列表')
+				this.$utils.downloadExcel(res, '咨询-报销电子发票报销列表')
 				this.loading = false
 			}).catch(function (err) {
 				this.loading = false