diff --git a/src/mycomponents/scan/winScanItem.vue b/src/mycomponents/scan/winScanItem.vue index b2022a23..44592381 100644 --- a/src/mycomponents/scan/winScanItem.vue +++ b/src/mycomponents/scan/winScanItem.vue @@ -52,8 +52,8 @@ const scan = ref() const expendIcon = ref('arrow-down') const comMessageRef = ref() const openScanPopup = () => { + isShow.value = true setTimeout((res) => { - isShow.value = true getfocus() }, 500) } diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index 2e0d537a..68cd36b1 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -78,7 +78,7 @@ const queryParams = reactive({ fromLocationCode: "" } ) onShow(() => { - nextTick(() => { + setTimeout(()=>{ getList('refresh') }) }) diff --git a/src/pages/count/job/fuzzyCountJob.vue b/src/pages/count/job/fuzzyCountJob.vue index 359c7bcd..a562f02f 100644 --- a/src/pages/count/job/fuzzyCountJob.vue +++ b/src/pages/count/job/fuzzyCountJob.vue @@ -3,12 +3,10 @@ - - - - - - + + diff --git a/src/pages/purchaseReceipt/coms/comReceiptDetailCardBacth.vue b/src/pages/purchaseReceipt/coms/comReceiptDetailCardBacth.vue index 63b25b5c..5490b6cf 100644 --- a/src/pages/purchaseReceipt/coms/comReceiptDetailCardBacth.vue +++ b/src/pages/purchaseReceipt/coms/comReceiptDetailCardBacth.vue @@ -2,17 +2,19 @@ -