Commit 008c2737 authored by liuzeheng's avatar liuzeheng

tab切换

parent 460f9320
...@@ -551,7 +551,10 @@ export default { ...@@ -551,7 +551,10 @@ export default {
scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum,shipmentId: this.shipmentId}).then(data=>{ scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum,shipmentId: this.shipmentId}).then(data=>{
msg(this.$t('装箱成功')) msg(this.$t('装箱成功'))
this.currentType =1
this.getData() this.getData()
}) })
break; break;
...@@ -594,7 +597,9 @@ export default { ...@@ -594,7 +597,9 @@ export default {
getDetialOfSelfNO(){ getDetialOfSelfNO(){
scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum,shipmentId: this.shipmentId}).then(data=>{ scanOrderNoCreate({"orderNo":this.keyword,"pkgNum":this.pkgNum,shipmentId: this.shipmentId}).then(data=>{
msg(this.$t('装箱成功')) msg(this.$t('装箱成功'))
this.currentType =1
this.getData() this.getData()
}) .catch((data) => { }) .catch((data) => {
//其它错误 //其它错误
this.$store.dispatch("SHOW_TOAST", { this.$store.dispatch("SHOW_TOAST", {
......
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