Commit e437eb06 authored by 耿迪迪's avatar 耿迪迪

货架位置跳转

parent 7cb5f619
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
}, },
toStorage(shelves){ toStorage(shelves){
if(shelves.fStatus == 1){ if(shelves.fStatus == 1){
this.$router.push({ path: "/producemange/shelfLocation",query: { shelfId: shelves.fShelfId,shelf: shelves.fShelf } }); this.$router.push({ path: "/producemange/produceshelflocation",query: { shelfId: shelves.fShelfId,shelf: shelves.fShelf } });
} }
} }
} }
......
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