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