소스 검색

资料下载提醒

sunyize 2 년 전
부모
커밋
ea4ebf8828
3개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/lotCheck/modules/TaskCheckList.vue
  2. 3 0
      src/views/smscheck/modules/TaskCheckList.vue
  3. 3 0
      src/views/truckCheck/modules/TaskCheckList.vue

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

@@ -707,6 +707,9 @@ export default {
         if (res.success) {
           that.fileInfoList = res.result
           this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
+        }else {
+          this.$message.warn('无上传资料,若有疑问请联系管理员')
+          return
         }
       })
     },

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

@@ -701,6 +701,9 @@ export default {
         if (res.success) {
           that.fileInfoList = res.result
           this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
+        }else {
+          this.$message.warn('无上传资料,若有疑问请联系管理员')
+          return
         }
       })
     },

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

@@ -683,6 +683,9 @@ export default {
         if (res.success) {
           that.fileInfoList = res.result
           this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
+        }else {
+          this.$message.warn('无上传资料,若有疑问请联系管理员')
+          return
         }
       })
     },