This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user