Commit 7912dcbb authored by 季圣华's avatar 季圣华
Browse files

给扫码录入按钮事件进行优化

parent 1e0d1377
...@@ -559,6 +559,9 @@ export const BillModalMixin = { ...@@ -559,6 +559,9 @@ export const BillModalMixin = {
}, },
scanEnter() { scanEnter() {
this.scanStatus = false this.scanStatus = false
this.$nextTick(() => {
this.$refs.scanBarCode.focus()
})
}, },
//扫码之后回车 //扫码之后回车
scanPressEnter() { scanPressEnter() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment