This commit is contained in:
@@ -454,18 +454,18 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-part-adjustment.vue")
|
||||
},
|
||||
{
|
||||
path: "/inv-part-requests",
|
||||
name: "inv-part-requests",
|
||||
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-part-requests",
|
||||
// name: "inv-part-requests",
|
||||
// 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