From a301eb68d3419dc96746e28bad84b6f89b3d8480 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 27 Aug 2024 16:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A3=85=E9=85=8D=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E5=BA=93=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productReceipt/job/fgProductReceiptDetail.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index 6039a2be..8679a1fd 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -365,9 +365,10 @@ checkLocation() { var isPass = true; if (this.toLocationCode == "" || this.toLocationCode == null) { - this.showMessageHint('请扫描收货库位', callback => { - this.$refs.comScanLocation.showLocation(); - }) + this.$refs.comScanLocation.showLocation(); + // this.showMessageHint('请扫描收货库位', callback => { + // this.$refs.comScanLocation.showLocation(); + // }) return isPass = false; } return isPass;