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(); } },