diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 690ddbff..161473dc 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -392,7 +392,7 @@ let hint="" this.dataContent.subList.forEach(res=>{ if(res.fromLocationCode==res.toLocationCode&& - res.fromInventoryStatus&&res.toInventoryStatus){ + res.fromInventoryStatus==res.toInventoryStatus){ hint +=`包装号【${res.fromPackingNumber}】来源库位与目标库位 来源状态与目标状态一致,不可以提交\n` } })