ccj 2 years ago
parent
commit
a7b3424c3e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/warehousenew/transformation.vue

+ 4 - 4
src/views/warehousenew/transformation.vue

@@ -293,10 +293,10 @@ export default {
         this.$message.error('请选择折转后重量')
         return
       }
-      if (Number(this.transformationAdd.afterWeight) > Number(this.transformationAdd.beforeWeight)) {
-        this.$message.error('折转后重量不可超过折转前重量')
-        return
-      }
+      // if (Number(this.transformationAdd.afterWeight) > Number(this.transformationAdd.beforeWeight)) {
+      //   this.$message.error('折转后重量不可超过折转前重量')
+      //   return
+      // }
       this.$confirm(`确定提交折转信息?`, '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',