ccj %!s(int64=2) %!d(string=hai) anos
pai
achega
a7b3424c3e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/views/warehousenew/transformation.vue

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

@@ -293,10 +293,10 @@ export default {
         this.$message.error('请选择折转后重量')
         this.$message.error('请选择折转后重量')
         return
         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(`确定提交折转信息?`, '提示', {
       this.$confirm(`确定提交折转信息?`, '提示', {
         confirmButtonText: '确定',
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         cancelButtonText: '取消',