|
|
|
@ -1154,9 +1154,11 @@ export default { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.sortingList = data.rfidList || []; |
|
|
|
console.log('分拣明细获取成功 - rqrq,共' + this.sortingList.length + '条'); |
|
|
|
|
|
|
|
this.$nextTick(() => { |
|
|
|
// 获取成功后,继续校验标签 - rqrq |
|
|
|
this.validateAndScanIn(); |
|
|
|
}); |
|
|
|
|
|
|
|
} else { |
|
|
|
// 获取失败 - rqrq |
|
|
|
this.$alert(data.msg || '获取分拣明细失败', '错误', { |
|
|
|
|