fixed concurrent report issue and added new icon

MOHEMM-Q3-DEV-LATEST
umasoodch 3 years ago
parent b55688f8cc
commit fa7685c57a

@ -145,7 +145,7 @@ export class AuthenticationService {
} else {
mobileType = 'android';
}
request.VersionID = 3.6;
request.VersionID = 3.7;
request.Channel = 31;
request.LanguageID = TranslatorService.getCurrentLanguageCode();
request.MobileType = mobileType;

@ -1290,9 +1290,10 @@ export class ConcurrentReportComponent implements OnInit {
return values;
}
selectTemplates() {
this.elementRef
.nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = '';
this.getCppDiffStructure(this.template);
this.elementRef.nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = '';
if (this.template) {
this.getCppDiffStructure(this.template);
}
}
refreshStatus() {

@ -1,7 +1,11 @@
<ion-content>
<div class="head-title">
<app-generic-header showImage="false" showBack="true" [headerText]="'general,concurrent-report' | translate">
<app-generic-header
showImage="false"
showBack="true"
backLink="/home"
[headerText]="'general,concurrent-report' | translate">
</app-generic-header>
</div>
<div class="header"></div>

@ -118,7 +118,9 @@ export class TransactionsComponent implements OnInit {
selectTemplates() {
// this.elementRef
// .nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = '';
this.refresh();
if (this.template) {
this.refresh();
}
}
createTransaction() {
this.cs.openConcurrentReport();

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Loading…
Cancel
Save