|
|
@@ -515,13 +515,13 @@ export default {
|
|
|
totalSum += item.quantity - 0;
|
|
|
}
|
|
|
});
|
|
|
- if (totalSum != this.current.formingNum - 0) {
|
|
|
- this.$message.warning(
|
|
|
- `首工序已派单的数据数量相加需要等于要求生产数量${this.current.formingNum}`
|
|
|
- );
|
|
|
- this.handleClick({ name: data.id });
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (totalSum != this.current.formingNum - 0) {
|
|
|
+ // this.$message.warning(
|
|
|
+ // `首工序已派单的数据数量相加需要等于要求生产数量${this.current.formingNum}`
|
|
|
+ // );
|
|
|
+ // this.handleClick({ name: data.id });
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
this.toolbarLoading = true;
|
|
|
|