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) { //查询管理模式