|
|
|
@ -314,7 +314,7 @@ |
|
|
|
this.$u.toast(res.msg); |
|
|
|
this.$u.toast(res.msg); |
|
|
|
} |
|
|
|
} |
|
|
|
setTimeout(()=>{ |
|
|
|
setTimeout(()=>{ |
|
|
|
this.$u.api.invPlan.pdaInvByContainerCode({containerCode:this.form.containerCode,invStatus:'out' }).then(res=>{ |
|
|
|
this.$u.api.invPlan.pdaInvByContainerCode({containerCode:this.form.containerCode}).then(res=>{ |
|
|
|
if(!res.rows || res.rows.length == 0){ |
|
|
|
if(!res.rows || res.rows.length == 0){ |
|
|
|
this.$u.toast("当前托盘内商品不存在"); |
|
|
|
this.$u.toast("当前托盘内商品不存在"); |
|
|
|
this.dataList=[] |
|
|
|
this.dataList=[] |
|
|
|
|