From 95ccec7137fe1d420f5e4e77b7619b4436c555e6 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 13 Aug 2024 13:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E8=BD=AC?= =?UTF-8?q?=E7=A7=BB=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/coms/comMoveRecord.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 8c38f935..89863e59 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -355,10 +355,10 @@ this.showErrorMessage("请先选择目标库位") return; } - if(this.fromLocationCode==this.toLocationCode){ - this.showErrorMessage("来源库位和目标库位不能一致") - return; - } + // if(this.fromLocationCode==this.toLocationCode){ + // this.showErrorMessage("来源库位和目标库位不能一致") + // return; + // } if (this.detailSource.length > 0 && this.detailSource[0].subList.length > 0) { //查询管理模式