ソースを参照

资料下载提醒

sunyize 2 年 前
コミット
ea4ebf8828

+ 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
         }
       })
     },