This commit is contained in:
2021-03-24 23:27:07 +00:00
parent 4d338d620b
commit 74bbe677c2
5 changed files with 131 additions and 1 deletions

View File

@@ -394,6 +394,14 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "svc" */ "./views/svc-csr.vue")
},
{
path: "/svc-work-order-status",
name: "svc-work-order-status",
component: () =>
import(
/* webpackChunkName: "svc" */ "./views/svc-work-order-status.vue"
)
},
//######################### INVENTORY GROUP ##############################
{
path: "/inv-parts",