From 340f99514cfcf357e2800390d6aab0bd3a5ff4f6 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 16 Aug 2024 15:50:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E7=A7=BB=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/coms/comMoveRecord.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 161473dc..2860bdeb 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -391,9 +391,10 @@ var params = this.setParams() let hint="" this.dataContent.subList.forEach(res=>{ - if(res.fromLocationCode==res.toLocationCode&& - res.fromInventoryStatus==res.toInventoryStatus){ - hint +=`包装号【${res.fromPackingNumber}】来源库位与目标库位 来源状态与目标状态一致,不可以提交\n` + if(res.fromLocationCode==res.toLocationCode){ + if(res.fromInventoryStatus==res.toInventoryStatus){ + hint +=`包装号【${res.fromPackingNumber}】来源库位与目标库位 来源状态与目标状态一致,不可以提交\n` + } } }) if(hint){