给扫码录入按钮事件进行优化
This commit is contained in:
@@ -559,6 +559,9 @@ export const BillModalMixin = {
|
|||||||
},
|
},
|
||||||
scanEnter() {
|
scanEnter() {
|
||||||
this.scanStatus = false
|
this.scanStatus = false
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.scanBarCode.focus()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
//扫码之后回车
|
//扫码之后回车
|
||||||
scanPressEnter() {
|
scanPressEnter() {
|
||||||
|
|||||||
Reference in New Issue
Block a user