|
|
@ -357,10 +357,7 @@ |
|
|
|
} else if (subItems.length == 1) { |
|
|
|
let subItem = subItems[0]; |
|
|
|
if (subItem.scaned) { |
|
|
|
if (subItem != undefined) { |
|
|
|
|
|
|
|
that.editCountResult(item, subItem); |
|
|
|
|
|
|
|
// this.$refs.comMessage.showQuestionMessage("箱码【" + that.label.packingNumber + |
|
|
|
// "】已经完成盘点,是否要编辑盘点结果?", |
|
|
|
// res => { |
|
|
@ -377,7 +374,8 @@ |
|
|
|
} else { |
|
|
|
that.scanByBalance(result); |
|
|
|
} |
|
|
|
} |
|
|
|
} else if (subItems.length == 0) { |
|
|
|
that.scanByBalance(result); |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (e) { |
|
|
|