This commit is contained in:
2021-02-27 18:52:50 +00:00
parent 6beeae8ef4
commit d60327fe01
8 changed files with 74 additions and 371 deletions

View File

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