|
@ -391,10 +391,11 @@ |
|
|
var params = this.setParams() |
|
|
var params = this.setParams() |
|
|
let hint="" |
|
|
let hint="" |
|
|
this.dataContent.subList.forEach(res=>{ |
|
|
this.dataContent.subList.forEach(res=>{ |
|
|
if(res.fromLocationCode==res.toLocationCode&& |
|
|
if(res.fromLocationCode==res.toLocationCode){ |
|
|
res.fromInventoryStatus==res.toInventoryStatus){ |
|
|
if(res.fromInventoryStatus==res.toInventoryStatus){ |
|
|
hint +=`包装号【${res.fromPackingNumber}】来源库位与目标库位 来源状态与目标状态一致,不可以提交\n` |
|
|
hint +=`包装号【${res.fromPackingNumber}】来源库位与目标库位 来源状态与目标状态一致,不可以提交\n` |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
}) |
|
|
}) |
|
|
if(hint){ |
|
|
if(hint){ |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|