@ -182,7 +182,7 @@
},
setValue() {
var balanceQty = Number(this.dataContent.balanceQty);
if(this.allQty<0){
if(this.allQty<=0){
this.$refs.comMessage.showConfirmWarningModal('数量必须大于等于0',
res => {
this.allQty = balanceQty;