去掉状态

master
Mr.sun 2 years ago
parent 69a250cf6b
commit 25bff2293b
  1. 2
      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=[]

Loading…
Cancel
Save