Browse Source

this.$message.success('开始下载请等待...')

sunyize 2 năm trước cách đây
mục cha
commit
d8b996b832

+ 1 - 0
src/views/lotCheck/modules/TaskCheckList.vue

@@ -700,6 +700,7 @@ export default {
       getAction(url, params).then(res => {
         if (res.success) {
           that.fileInfoList = res.result
+          this.$message.success('开始下载请等待...')
           this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
         }else {
           this.$message.warn('无上传资料,若有疑问请联系管理员')

+ 1 - 0
src/views/smscheck/modules/TaskCheckList.vue

@@ -688,6 +688,7 @@ export default {
       getAction(url, params).then(res => {
         if (res.success) {
           that.fileInfoList = res.result
+          this.$message.success('开始下载请等待...')
           this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
         }else {
           this.$message.warn('无上传资料,若有疑问请联系管理员')

+ 1 - 0
src/views/specialApply/modules/TaskCheckList.vue

@@ -654,6 +654,7 @@ export default {
       getAction(url, params).then(res => {
         if (res.success) {
           that.fileInfoList = res.result
+          this.$message.success('开始下载请等待...')
           this.filesToRar(this.fileInfoList, '客户:'+data.customerName+'资料下载');
         }else {
           this.$message.warning('该客户没有资料')

+ 1 - 0
src/views/truckCheck/modules/TaskCheckList.vue

@@ -684,6 +684,7 @@ export default {
       getAction(url, params).then(res => {
         if (res.success) {
           that.fileInfoList = res.result
+          this.$message.success('开始下载请等待...')
           this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
         }else {
           this.$message.warn('无上传资料,若有疑问请联系管理员')