Ver Fonte

修改文字

lex-xin há 4 anos atrás
pai
commit
2b0e93b4e1

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-68259a14.a119de78.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-a5d8850a.ebcf34a4.js


+ 2 - 2
src/views/teamDetail/components/baseInfo.vue

@@ -149,7 +149,7 @@ export default {
         url,
         responseType: 'blob'
       }
-      this.$confirm('您确定导出发放清单', '提示', {
+      this.$confirm('您确定导出订货清单', '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         type: 'warning'
@@ -174,7 +174,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 = this.$route.query.id + '-' + ymd + '订货清单' //下载文件的名字
               link.href = objectUrl
               link.setAttribute("download", fname)
               document.body.appendChild(link)

+ 2 - 3
src/views/teamDetail/teamDetailedList.vue

@@ -141,7 +141,7 @@ export default {
         url,
         responseType: 'blob'
       }
-      this.$confirm('您确定导出发放清单', '提示', {
+      this.$confirm('您确定导出订货清单', '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         type: 'warning'
@@ -164,7 +164,7 @@ export default {
               let link = document.createElement("a")
               let nowTime = new Date()
               let ymd = nowTime.getFullYear() + '' + (nowTime.getMonth() + 1) + '' + nowTime.getDate() + '' + nowTime.getHours() + '' + nowTime.getMinutes()
-              let fname = this.$route.query.id + '-' + ymd + '发放清单' //下载文件的名字
+              let fname = this.$route.query.id + '-' + ymd + '订货清单' //下载文件的名字
               link.href = objectUrl
               link.setAttribute("download", fname)
               document.body.appendChild(link)
@@ -172,7 +172,6 @@ export default {
             }
           })
           load.endLoading();
-          
         }).catch(error => {
             this.$message.error('导出数据失败,请联系管理员');
             load.endLoading();

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff