|
@ -196,7 +196,7 @@ import { nextTick } from 'vue'; |
|
|
}) |
|
|
}) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
if (this.allQty > this.labelQty && this.isNumTips) { |
|
|
if (this.allQty > this.labelQty && this.isNumTips && !this.isNumPackTips) { |
|
|
this.$refs.comMessage.showErrorMessage('数量[' + this.allQty + ']不允许大于标签数量[' + |
|
|
this.$refs.comMessage.showErrorMessage('数量[' + this.allQty + ']不允许大于标签数量[' + |
|
|
this.labelQty + |
|
|
this.labelQty + |
|
|
']', |
|
|
']', |
|
|