695593266@qq.com 9 ماه پیش
والد
کامیت
0aead0d7de
1فایلهای تغییر یافته به همراه10 افزوده شده و 10 حذف شده
  1. 10 10
      src/views/taskList/components/Ddtails.vue

+ 10 - 10
src/views/taskList/components/Ddtails.vue

@@ -382,16 +382,16 @@
               `合格数量加不合格数量要等于任务数量${this.current.quantity}`
             );
           }
-          if (
-            this.form.qualifiedWeight -
-              0 +
-              (this.form.unqualifiedWeight - 0) !==
-            this.current.weight
-          ) {
-            return this.$message.warning(
-              `合格重量加不合格重量要等于任务重量${this.current.weight}`
-            );
-          }
+          // if (
+          //   this.form.qualifiedWeight -
+          //     0 +
+          //     (this.form.unqualifiedWeight - 0) !==
+          //   this.current.weight
+          // ) {
+          //   return this.$message.warning(
+          //     `合格重量加不合格重量要等于任务重量${this.current.weight}`
+          //   );
+          // }
           let data = {
             ...this.form,
             apsAssigneeId: this.current.apsAssigneeId