切换仓库 上架货位获取光标

prod
CTP 2 years ago
parent 8f6a076db6
commit ddc68043dd

@ -278,6 +278,9 @@ export default {
item.invSpaceName = null;
});
this.getSpaceList();
this.$nextTick(() => {
this.$refs.spaceInputRef.focus();
});
},
querySearchAsync(queryString, cb) {
let restaurants = this.spaceList;

@ -260,6 +260,9 @@ export default {
item.invSpaceName = null;
});
this.getSpaceList();
this.$nextTick(() => {
this.$refs.spaceInputRef.focus();
});
},
//
querySearchAsync(queryString, cb) {

@ -239,6 +239,9 @@ export default {
item.invSpaceName = null;
});
this.getSpaceList();
this.$nextTick(() => {
this.$refs.spaceInputRef.focus();
});
},
querySearchAsync(queryString, cb) {
let restaurants = this.spaceList;

Loading…
Cancel
Save