Browse Source

YT-1899PDA端《ASN收货》,点击《ASN收货》后,即自动弹出扫描框,同时自动获取焦点。不需要手动点击扫描才弹扫描框。

intes_online20250115
张立 3 months ago
parent
commit
881bca20d6
  1. 3
      src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

3
src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

@ -79,6 +79,9 @@
})
this.detailOptions = getDetailOption();
this.detailRemoveOption = getDetailRemoveOption();
this.$nextTick(()=>{
this.openScanPopup()
})
},
onNavigationBarButtonTap(e) {
if (e.index === 0) {

Loading…
Cancel
Save