Explorar o código

收银台扫码也要有声音

shish %!s(int64=4) %!d(string=hai) anos
pai
achega
27c9195ffb
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      hdPad/src/mixins/product.js

+ 4 - 0
hdPad/src/mixins/product.js

@@ -184,6 +184,10 @@ export default {
 					list[index].unitName = item.unitName
 				}
 			}
+			//扫码要响声
+			if(scan == 1){
+				this.$util.hitVoice()
+			}
 			//数据放到仓库永久存放
 			this.pushToSave(list)
 			this.addItemModelHidden()