This commit is contained in:
@@ -416,6 +416,38 @@ export default new Router({
|
||||
/* webpackChunkName: "svc" */ "./views/svc-work-order-status-edit.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/svc-work-order-item-status",
|
||||
name: "svc-work-order-item-status",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "svc" */ "./views/svc-work-order-item-status.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/svc-work-order-item-status/:recordid",
|
||||
name: "svc-work-order-item-status-edit",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "svc" */ "./views/svc-work-order-item-status-edit.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/svc-work-order-item-priorities",
|
||||
name: "svc-work-order-item-priorities",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "svc" */ "./views/svc-work-order-item-priorities.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/svc-work-order-item-priorities/:recordid",
|
||||
name: "svc-work-order-item-priorities-edit",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "svc" */ "./views/svc-work-order-item-priorities-edit.vue"
|
||||
)
|
||||
},
|
||||
//######################### INVENTORY GROUP ##############################
|
||||
{
|
||||
path: "/inv-parts",
|
||||
|
||||
Reference in New Issue
Block a user