From a1347028d20d41b7c2a180b68c72e1a059e38851 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 11 Nov 2024 13:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=8E=A5=E5=8F=91?= =?UTF-8?q?=E6=96=99=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/query/fifoQuery.vue | 8 ++++---- src/pages/issue/record/directIssueByBatch.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mycomponents/query/fifoQuery.vue b/src/mycomponents/query/fifoQuery.vue index 8e19f4e5..109dbccc 100644 --- a/src/mycomponents/query/fifoQuery.vue +++ b/src/mycomponents/query/fifoQuery.vue @@ -243,10 +243,10 @@ return; } - if(this.warehouseCode==""){ - this.showErrorMessage("仓库代码为空,请输入仓库代码") - return; - } + // if(this.warehouseCode==""){ + // this.showErrorMessage("仓库代码为空,请输入仓库代码") + // return; + // } uni.showLoading({ title:"查询中", mask:true diff --git a/src/pages/issue/record/directIssueByBatch.vue b/src/pages/issue/record/directIssueByBatch.vue index 2c8a1ab0..5192bdc7 100644 --- a/src/pages/issue/record/directIssueByBatch.vue +++ b/src/pages/issue/record/directIssueByBatch.vue @@ -377,8 +377,8 @@ }, scanPopupGetFocus() { - if (this.$refs.scanPopup != undefined) { - this.$refs.scanPopup.getfocus(); + if (this.$refs.scanPopup) { + this.$refs.scanPopup.packGetFocus(); } },