Commit a5bbb548 authored by ari_darmawan's avatar ari_darmawan

add team digital loan

parent 94dade31
...@@ -893,7 +893,8 @@ export class AdminTicketOnpicDetailComponent implements OnInit { ...@@ -893,7 +893,8 @@ export class AdminTicketOnpicDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent, this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter, this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff, this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
] ]
} }
...@@ -1027,7 +1028,8 @@ export class AdminTicketOnpicDetailComponent implements OnInit { ...@@ -1027,7 +1028,8 @@ export class AdminTicketOnpicDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent, this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter, this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff, this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
] ]
} }
......
...@@ -953,7 +953,8 @@ export class AdminTicketDetailComponent implements OnInit { ...@@ -953,7 +953,8 @@ export class AdminTicketDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent, this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter, this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff, this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
] ]
} }
...@@ -1087,7 +1088,8 @@ export class AdminTicketDetailComponent implements OnInit { ...@@ -1087,7 +1088,8 @@ export class AdminTicketDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent, this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter, this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff, this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
] ]
} }
......
...@@ -49,7 +49,8 @@ export const environment = { ...@@ -49,7 +49,8 @@ export const environment = {
"ITRM" : 30393, "ITRM" : 30393,
"SupervisorNobu" : 42931, "SupervisorNobu" : 42931,
"MerchantBusiness": 66798, "MerchantBusiness": 66798,
"ServiceReport": 97408 "ServiceReport": 97408,
"DigitalLoan": 143888
}, },
"Agent" : { "Agent" : {
"NobuCall" : 42, "NobuCall" : 42,
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
export const environment = { export const environment = {
production: false, production: false,
"APIBASEURL" : "http://innodev.vnetcloud.com/nobucall-api-v2/", "APIBASEURL" : "http://crm.nobubank.com/nobucall-api-v2/",
"MICROSERVICEURL" : "http://innodev.vnetcloud.com/nobu-history-login/api/v1/", "MICROSERVICEURL" : "http://crm.nobubank.com/nobucall-api-log/api/v1/",
"SITE_NAME" : "Visionet Helpdesk System", "SITE_NAME" : "Visionet Helpdesk System",
"SITE_LOGO" : "https://i0.wp.com/jogorogo.info/wp-content/uploads/2017/07/logo_visionet.png?fit=879%2C227", "SITE_LOGO" : "https://i0.wp.com/jogorogo.info/wp-content/uploads/2017/07/logo_visionet.png?fit=879%2C227",
"COMPANY_NAME" : "PT. Visionet Data Internasional", "COMPANY_NAME" : "PT. Visionet Data Internasional",
...@@ -53,7 +53,8 @@ export const environment = { ...@@ -53,7 +53,8 @@ export const environment = {
"ITRM" : 30393, "ITRM" : 30393,
"SupervisorNobu" : 42931, "SupervisorNobu" : 42931,
"MerchantBusiness": 66798, "MerchantBusiness": 66798,
"ServiceReport": 97408 "ServiceReport": 97408,
"DigitalLoan": 143888
}, },
"Agent" : { "Agent" : {
"NobuCall" : 42, "NobuCall" : 42,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment