This commit is contained in:
@@ -460,6 +460,12 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-part-requests.vue")
|
||||
},
|
||||
{
|
||||
path: "/inv-part-restocks",
|
||||
name: "inv-part-restocks",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-part-restocks.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "/inv-purchase-orders",
|
||||
|
||||
Reference in New Issue
Block a user