|
|
@@ -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
|