enable video upload option in telepd
This commit is contained in:
parent
0f8bb9f36f
commit
74d76043c3
@ -159,7 +159,7 @@
|
|||||||
mat-raised-button mat-icon-button class="mr-1 mb-1 hover-icon" type="button" (click)="onClickSmsLink(master)"
|
mat-raised-button mat-icon-button class="mr-1 mb-1 hover-icon" type="button" (click)="onClickSmsLink(master)"
|
||||||
matTooltip="Send Link Via SMS" matTooltipPosition="above" >
|
matTooltip="Send Link Via SMS" matTooltipPosition="above" >
|
||||||
<mat-icon>description</mat-icon>
|
<mat-icon>description</mat-icon>
|
||||||
</button> </span>
|
</button> </span>
|
||||||
<!-- <div class="fab-group" *ngIf="master.fk_pd_type == '3'"> -->
|
<!-- <div class="fab-group" *ngIf="master.fk_pd_type == '3'"> -->
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
<span matTooltip="{{!videoplayback.enableBtn ? 'Recorded video is available after the PD is completed' : 'Play Recorded Video'}}" matTooltipPosition="above">
|
<span matTooltip="{{!videoplayback.enableBtn ? 'Recorded video is available after the PD is completed' : 'Play Recorded Video'}}" matTooltipPosition="above">
|
||||||
|
|||||||
@ -47,7 +47,7 @@ export class PdTrigerService {
|
|||||||
return this._http.post(this.apiUrl + 'getListOfMaster', { "master_name": TableName })
|
return this._http.post(this.apiUrl + 'getListOfMaster', { "master_name": TableName })
|
||||||
.pipe(
|
.pipe(
|
||||||
catchError(this.handleError('role', []))
|
catchError(this.handleError('role', []))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
saveForm(records: any,curr_vendor_ans_fetch_status?): Observable<any> {
|
saveForm(records: any,curr_vendor_ans_fetch_status?): Observable<any> {
|
||||||
records.fk_createdby = this._aws.getlocale();
|
records.fk_createdby = this._aws.getlocale();
|
||||||
|
|||||||
@ -142,7 +142,7 @@
|
|||||||
matTooltip="Is Field visit done ?" matTooltipPosition="above" >
|
matTooltip="Is Field visit done ?" matTooltipPosition="above" >
|
||||||
<mat-icon>how_to_reg</mat-icon>
|
<mat-icon>how_to_reg</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<button *ngIf="master.fk_pd_type == '2'" mat-stroked-button class="mr-1 mb-1" color="primary" (click)="uploadRecordedVideo()">
|
<button *ngIf="master.fk_pd_type == '3' || master.fk_pd_type == '2'" mat-stroked-button class="mr-1 mb-1" color="primary" (click)="uploadRecordedVideo()">
|
||||||
<mat-icon>videocam</mat-icon>
|
<mat-icon>videocam</mat-icon>
|
||||||
<strong>Upload</strong>
|
<strong>Upload</strong>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user