2
3
shihang 6 роки тому
батько
коміт
c79eba5bd5

+ 9 - 9
src/dashoo.cn/frontend_web/src/components/oilsupplier/businesslist.vue

@@ -438,15 +438,15 @@
       nextStep() {
         this.subfileList = this.$refs["subfileList"].subfileList
         if (this.subfileList && this.subfileList.length > 0) {
-          // for (var i = 0; i < this.subfileList.length; i++) {
-          //   if (this.subfileList[i].FileType == '1' && this.subfileList[i].FileUrl == '') {
-          //     this.$message({
-          //       type: 'warning',
-          //       message: '请上传文件' + this.subfileList[i].NeedFileType + '!'
-          //     })
-          //     return
-          //   }
-          // }
+          for (var i = 0; i < this.subfileList.length; i++) {
+            if (this.subfileList[i].FileType == '1' && this.subfileList[i].FileUrl == '') {
+              this.$message({
+                type: 'warning',
+                message: '请上传文件' + this.subfileList[i].NeedFileType + '!'
+              })
+              return
+            }
+          }
           this.$emit('close')
         } else {
           this.$emit('close')

+ 0 - 1
src/dashoo.cn/frontend_web/src/components/oilsupplier/subfilelist.vue

@@ -349,7 +349,6 @@
           url: exArr[0]
         }
         _this.doclist.push(params)
-        console.log("doclistdoclistdoclistdoclist",_this.doclist)
       },
 
       beforeAvatarUpload(file) {