lex-xin %!s(int64=5) %!d(string=hai) anos
pai
achega
86db566e15

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/index.html


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-40e665d1.ef6158fa.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-6181ddae.6d05b483.js


+ 1 - 1
src/views/businessManager/orderManager/incomeOne.vue

@@ -162,7 +162,7 @@
             let ymd = nowTime.getFullYear() + '' + (nowTime.getMonth() + 1) + '' + nowTime.getDate() + '' +
               nowTime.getHours() +
               '' + nowTime.getMinutes()
-            let fname = this.$route.query.id + '-' + ymd + '发放清单' //下载文件的名字
+            let fname = '报表导出' + new Date().getTime() //下载文件的名字
             link.href = objectUrl
             link.setAttribute("download", fname)
             document.body.appendChild(link)

+ 1 - 1
src/views/businessManager/orderManager/incomeTwo.vue

@@ -206,7 +206,7 @@ export default {
           let ymd = nowTime.getFullYear() + '' + (nowTime.getMonth() + 1) + '' + nowTime.getDate() + '' +
             nowTime.getHours() +
             '' + nowTime.getMinutes()
-          let fname = this.$route.query.id + '-' + ymd + '发放清单' //下载文件的名字
+          let fname = '报表导出' + new Date().getTime() //下载文件的名字
           link.href = objectUrl
           link.setAttribute("download", fname)
           document.body.appendChild(link)

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio