|
|
|
@ -317,6 +317,7 @@ |
|
|
|
if(!res.rows || res.rows.length == 0){ |
|
|
|
if(!res.rows || res.rows.length == 0){ |
|
|
|
this.$u.toast("当前托盘内商品不存在"); |
|
|
|
this.$u.toast("当前托盘内商品不存在"); |
|
|
|
}else if(res.code == '200'){ |
|
|
|
}else if(res.code == '200'){ |
|
|
|
|
|
|
|
this.$u.toast(res.msg); |
|
|
|
this.dataList=res.rows |
|
|
|
this.dataList=res.rows |
|
|
|
setTimeout(()=>{ |
|
|
|
setTimeout(()=>{ |
|
|
|
this.dataForm.containerCode='' |
|
|
|
this.dataForm.containerCode='' |
|
|
|
|