Browse Source

修改发料跳转

hella_online_20240829
lijuncheng 3 months ago
parent
commit
c9417c7149
  1. 10
      src/pages/issue/coms/comScanIssuePack.vue

10
src/pages/issue/coms/comScanIssuePack.vue

@ -528,10 +528,16 @@ import { getDirectoryItemArray } from '../../../common/directory.js';
}, },
packGetFocus() { packGetFocus() {
this.$refs.comscan.getfocus(); if(this.$refs.comscan){
this.$refs.comscan.getfocus();
}
}, },
packLoseFocus() { packLoseFocus() {
this.$refs.comscan.losefocus(); if(this.$refs.comscan){
this.$refs.comscan.losefocus();
}
}, },
showMessage(message, callback) { showMessage(message, callback) {
setTimeout(r => { setTimeout(r => {

Loading…
Cancel
Save