|
|
|
@ -186,7 +186,10 @@ export default { |
|
|
|
flag: '', |
|
|
|
} |
|
|
|
if (this.isReport === false && this.total < this.notifyQty){ |
|
|
|
this.$message.warning("出货书数量未达到通知单需求数量") |
|
|
|
this.$message.warning("扫描数量未达到通知单数量") |
|
|
|
// this.$alert("扫描数量未达到通知单数量", '提示', { |
|
|
|
// confirmButtonText: '确定', |
|
|
|
// }); |
|
|
|
} |
|
|
|
this.scanLabelDetailList = []; |
|
|
|
}, |
|
|
|
|