This commit is contained in:
@@ -432,7 +432,20 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-part-inventory.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "/inv-part-inventory-transactions",
|
||||
name: "inv-part-inventory-transactions",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "inv" */ "./views/inv-part-inventory-transactions.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/inv-part-adjustment",
|
||||
name: "inv-part-adjustment",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-part-adjustment.vue")
|
||||
},
|
||||
{
|
||||
path: "/inv-part-requests",
|
||||
name: "inv-part-requests",
|
||||
@@ -455,14 +468,7 @@ export default new Router({
|
||||
/* webpackChunkName: "inv" */ "./views/inv-purchase-order-receipts.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/inv-part-inventory-transactions",
|
||||
name: "inv-part-inventory-transactions",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "inv" */ "./views/inv-part-inventory-transactions.vue"
|
||||
)
|
||||
},
|
||||
|
||||
//####################### VENDORS GROUP ##############################
|
||||
{
|
||||
path: "/vendors",
|
||||
|
||||
Reference in New Issue
Block a user