This commit is contained in:
2021-01-25 20:02:44 +00:00
parent 84a7fa9027
commit aefc8f0d68
3 changed files with 416 additions and 1 deletions

View File

@@ -413,6 +413,14 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "inv" */ "./views/inv-part-serials.vue")
},
{
path: "/inv-part-stock-levels/:recordid",
name: "inv-part-stock-levels",
component: () =>
import(
/* webpackChunkName: "inv" */ "./views/inv-part-stock-levels.vue"
)
},
{
path: "/inv-part-assemblies",
name: "inv-part-assemblies",