ccj 2 年之前
父節點
當前提交
a7b3424c3e
共有 1 個文件被更改,包括 4 次插入4 次删除
  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: '取消',