New index report and some UI issue

This commit is contained in:
Alex beart 2023-03-04 16:39:03 +05:30
parent 5dc54bfdb1
commit 55d79d1294
21 changed files with 908 additions and 142 deletions

View file

@ -571,6 +571,11 @@ gpsMaster(id){
this.menuFlag = this.contactService.menuReturnSet(id);
this.router.navigateByUrl("gpsMaster");
}
indexReport(id){
this.menuFlag = this.contactService.menuReturnSet(id);
this.router.navigateByUrl("indexingReport");
}
technician(id){