This commit is contained in:
2023-01-23 02:01:26 +00:00
parent a0f4e45589
commit 3ac3c37a8e
12 changed files with 971 additions and 19 deletions

View File

@@ -371,6 +371,22 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "biz" */ "./views/biz-purchase.vue")
},
{
path: "/biz-vendor-notification-list",
name: "biz-vendor-notification-list",
component: () =>
import(
/* webpackChunkName: "biz" */ "./views/biz-vendor-notification-list.vue"
)
},
{
path: "/biz-vendor-notification-list/:recordid",
name: "vendor-notification-edit",
component: () =>
import(
/* webpackChunkName: "biz" */ "./views/biz-vendor-notification.vue"
)
},
{
path: "/biz-product-list",
name: "biz-product-list",