@@ -427,10 +427,14 @@ export default {
list[index].userPrice = item.userPrice
}
-
+ //点击要响声
if(this.kdType == 'HIT' && multiple ==0){
this.$util.hitRemind()
+ //扫码要响声
+ if(scan == 1){
+ this.$util.hitRemind()
+ }
//数据放到仓库永久存放
this.pushToSave(list)