This commit is contained in:
2022-03-04 23:12:35 +00:00
parent 2f5fe19d94
commit 6312a3a8f0
2 changed files with 10 additions and 5 deletions

View File

@@ -7,6 +7,11 @@
export default { export default {
Customer: { Change: 32842, ReadFullRecord: 65797, Select: 131071 }, Customer: { Change: 32842, ReadFullRecord: 65797, Select: 131071 },
CustomerNote: { Change: 32842, ReadFullRecord: 65797, Select: 131071 }, CustomerNote: { Change: 32842, ReadFullRecord: 65797, Select: 131071 },
CustomerNotifySubscription: {
Change: 10,
ReadFullRecord: 65797,
Select: 131071
},
Contract: { Change: 74, ReadFullRecord: 98565, Select: 131071 }, Contract: { Change: 74, ReadFullRecord: 98565, Select: 131071 },
HeadOffice: { Change: 32842, ReadFullRecord: 65797, Select: 131071 }, HeadOffice: { Change: 32842, ReadFullRecord: 65797, Select: 131071 },
LoanUnit: { Change: 74, ReadFullRecord: 98565, Select: 131071 }, LoanUnit: { Change: 74, ReadFullRecord: 98565, Select: 131071 },

View File

@@ -284,16 +284,16 @@ export default new Router({
import(/* webpackChunkName: "cust" */ "./views/cust-head-office.vue") import(/* webpackChunkName: "cust" */ "./views/cust-head-office.vue")
}, },
{ {
path: "/customer-notify-subscriptions", path: "/cust-notify-subscriptions",
name: "customer-notify-subscriptions", name: "cust-notify-subscriptions",
component: () => component: () =>
import( import(
/* webpackChunkName: "cust" */ "./views/home-notify-subscriptions.vue" /* webpackChunkName: "cust" */ "./views/customer-notify-subscriptions.vue"
) )
}, },
{ {
path: "/customer-notify-subscriptions/:recordid", path: "/cust-notify-subscriptions/:recordid",
name: "customer-notify-subscription", name: "cust-notify-subscription",
component: () => component: () =>
import( import(
/* webpackChunkName: "cust" */ "./views/customer-notify-subscription.vue" /* webpackChunkName: "cust" */ "./views/customer-notify-subscription.vue"