| | |
| | | return this.$message.info('收料数量加不良数量不能大于了可收数量!') |
| | | } |
| | | |
| | | if (this.dialogForm.list.find(i => i.name === this.dialogForm.wxcode)) { |
| | | if (this.dialogForm.list.find(i => i.name === this.dialogForm.wxcode).acceptQty < parseFloat(this.dialogForm.sqty) + parseFloat(this.dialogForm.noputqty)) { |
| | | if (this.dialogForm.list.find(i => i.Name === this.dialogForm.wxcode)) { |
| | | if (this.dialogForm.list.find(i => i.Name === this.dialogForm.wxcode).acceptQty < parseFloat(this.dialogForm.sqty) + parseFloat(this.dialogForm.noputqty)) { |
| | | return this.$message.info('收料数量加不良数量不能大于该供应商可收数量!') |
| | | } |
| | | } else { |