Commit 2371d2cc by Jansa Jose

dc

parent 0f22cbdf
...@@ -795,7 +795,7 @@ export class DashboardComponent implements OnInit { ...@@ -795,7 +795,7 @@ export class DashboardComponent implements OnInit {
this.goTostep1Ref.nativeElement.click(); this.goTostep1Ref.nativeElement.click();
this.selectedIssues = []; this.selectedIssues = [];
this.serviceHistoryTabRef.nativeElement.click(); this.appointmentTabRef.nativeElement.click();
this.getCustBookDetails(); this.getCustBookDetails();
} else { } else {
......
...@@ -497,7 +497,7 @@ export class IndexComponent implements OnInit { ...@@ -497,7 +497,7 @@ export class IndexComponent implements OnInit {
if(response.status == '1'){ if(response.status == '1'){
this.closeWizardRef.nativeElement.click(); this.closeWizardRef.nativeElement.click();
this.closeQuoteWizardRef.nativeElement.click(); this.closeQuoteWizardRef.nativeElement.click();
this.router.navigate(['../dashboard'],{queryParams: {tab: 'service'}}); this.router.navigate(['../dashboard'],{queryParams: {tab: 'appointment'}});
} else { } else {
this.loader = false; this.loader = false;
return false; return false;
......
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
HOME HOME
</a> </a>
</li> </li>
<li class="nav-item"> <!-- <li class="nav-item">
<a class="nav-link" (click)="goToPage('productlist')"> <a class="nav-link" (click)="goToPage('productlist')">
PURCHASE PURCHASE
</a> </a>
</li> </li> -->
<li class="nav-item"> <li class="nav-item">
<a class="nav-link base_arrow dropdown"> <a class="nav-link base_arrow dropdown">
<div class="dropdown-toggle" data-toggle="dropdown"> <div class="dropdown-toggle" data-toggle="dropdown">
......
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