Commit 9aa9f40e authored by zhoumaotao's avatar zhoumaotao

调整提示语句

parent 3da30d1f
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
backWarehouse({gwid:this.gwinfor[this.gwSelcetdIndex].id}).then(e=>{ backWarehouse({gwid:this.gwinfor[this.gwSelcetdIndex].id}).then(e=>{
if(e){ if(e){
this.f5Gw() this.f5Gw()
this.$tip.toast("回库成功") this.$tip.toast("回库叫料成功")
} }
}) })
}, },
...@@ -463,11 +463,11 @@ ...@@ -463,11 +463,11 @@
if (res.confirm) { if (res.confirm) {
apiEmptyTpByGwid({gwid:that.gwinfor[that.gwSelcetdIndex].id}).then(res=>{ apiEmptyTpByGwid({gwid:that.gwinfor[that.gwSelcetdIndex].id}).then(res=>{
if(res){ if(res){
that.$tip("操作成功") that.$tip.toast("清空托盘成功");
} }
}) })
} else if (res.cancel) { } else if (res.cancel) {
console.log('用户点击取消');
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment