This commit is contained in:
2021-01-22 23:58:25 +00:00
parent c4e6a3276f
commit 99f4dd1661
4 changed files with 357 additions and 23 deletions

View File

@@ -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",