Browse Source

修改库移校验

hella_online_20240816
lijuncheng 1 month ago
parent
commit
340f99514c
  1. 7
      src/pages/inventoryMove/coms/comMoveRecord.vue

7
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){

Loading…
Cancel
Save