diff --git a/pages/inventory/index.vue b/pages/inventory/index.vue index 85de627..9817149 100644 --- a/pages/inventory/index.vue +++ b/pages/inventory/index.vue @@ -314,7 +314,7 @@ this.$u.toast(res.msg); } 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){ this.$u.toast("当前托盘内商品不存在"); this.dataList=[]