|
|
|
@ -788,8 +788,8 @@ export default { |
|
|
|
this.pageData.approvedQty = 0;//重新赋值 |
|
|
|
return false; |
|
|
|
} |
|
|
|
if(approvedQty <= 0){ |
|
|
|
this.$message.error('良品总数量必须大于0!'); |
|
|
|
if(approvedQty < 0){ |
|
|
|
this.$message.error('良品总数量必须大于等于0!'); |
|
|
|
this.pageData.approvedQty = 0;//重新赋值 |
|
|
|
return false; |
|
|
|
} |
|
|
|
|