zhangyuewww 1 year ago
parent
commit
77d0600fd8
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/views/tranManagement/tranManagementthirdpartnarReceiving.vue

+ 10 - 10
src/views/tranManagement/tranManagementthirdpartnarReceiving.vue

@@ -468,16 +468,16 @@ export default {
             })
             return
           }
-          if (
-            this.freightspace[i].unloadNetWeight > 200 ||
-            this.freightspace[i].unloadNetWeight < 0
-          ) {
-            this.$message({
-              message: '装车净重输入错误',
-              type: 'warning',
-            })
-            return
-          }
+          // if (
+          //   this.freightspace[i].unloadNetWeight > 200 ||
+          //   this.freightspace[i].unloadNetWeight < 0
+          // ) {
+          //   this.$message({
+          //     message: '装车净重输入错误',
+          //     type: 'warning',
+          //   })
+          //   return
+          // }
         }
         tranCarInfoList1=this.freightspace
       }