Merge branch 'master' of https://bitbucket.org/sriramv18/sparqsineedge
This commit is contained in:
commit
31007bd525
@ -27,6 +27,6 @@
|
|||||||
</mat-dialog-actions>
|
</mat-dialog-actions>
|
||||||
<mat-dialog-actions align="end" *ngIf="!CompletenessCheck">
|
<mat-dialog-actions align="end" *ngIf="!CompletenessCheck">
|
||||||
<button mat-raised-button color="primary" (click)="overwritten_pd()"
|
<button mat-raised-button color="primary" (click)="overwritten_pd()"
|
||||||
*ngIf="fk_pd_type == '3'"> <strong>Complete anyway </strong></button>
|
> <strong>Complete anyway </strong></button>
|
||||||
<button mat-raised-button mat-dialog-close><strong> Ok </strong></button>
|
<button mat-raised-button mat-dialog-close><strong> Ok </strong></button>
|
||||||
</mat-dialog-actions>
|
</mat-dialog-actions>
|
||||||
@ -68,6 +68,9 @@ export class PdStatusChangeDialogueComponent implements OnInit {
|
|||||||
"pd_id":this.data.pdid,
|
"pd_id":this.data.pdid,
|
||||||
};
|
};
|
||||||
update_status.pd_completeness_override = this.pd_completeness_override
|
update_status.pd_completeness_override = this.pd_completeness_override
|
||||||
|
if(this.pd_completeness_override == '1') {
|
||||||
|
update_status.complete_override_data = this.dialoge_subcontent
|
||||||
|
}
|
||||||
this.pd.editPdMasterDetails(update_status, status,this.masterRandomString).subscribe(result => {
|
this.pd.editPdMasterDetails(update_status, status,this.masterRandomString).subscribe(result => {
|
||||||
if (result.status == 200) {
|
if (result.status == 200) {
|
||||||
this.dialogRef.close({update_status:true});
|
this.dialogRef.close({update_status:true});
|
||||||
|
|||||||
@ -297,8 +297,8 @@ export class EmploymentInfoComponent implements OnInit {
|
|||||||
sal_reg_seen: [this.pd_cus_segment == 'SAL-CHQ' ? 'no' : '',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.required]) : ''],
|
sal_reg_seen: [this.pd_cus_segment == 'SAL-CHQ' ? 'no' : '',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.required]) : ''],
|
||||||
from_date_the_salary_is_rcv: ['',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.max(31), Validators.min(0)]) : ''],
|
from_date_the_salary_is_rcv: ['',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.max(31), Validators.min(0)]) : ''],
|
||||||
to_date_the_salary_is_rcv: ['',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.max(31), Validators.min(0)]): ''],
|
to_date_the_salary_is_rcv: ['',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.max(31), Validators.min(0)]): ''],
|
||||||
gross_monthly_salary: ['', ,this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.required]) : ''],
|
gross_monthly_salary: ['',this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.required]) : ''],
|
||||||
net_monthly_salary: ['', ,this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.required]) : ''],
|
net_monthly_salary: ['', this.fk_pd_type != '2' && this.fk_pd_type != '3' ? Validators.compose([Validators.required]) : ''],
|
||||||
amount_paid_in_cash: [''],
|
amount_paid_in_cash: [''],
|
||||||
amount_paid_through_bank: [''],
|
amount_paid_through_bank: [''],
|
||||||
mode_of_getting_salary:[''],
|
mode_of_getting_salary:[''],
|
||||||
|
|||||||
@ -395,7 +395,7 @@ export class QcViewComponent implements OnInit, OnDestroy {
|
|||||||
this._qc.getRecordedPlaybackUrl(params).subscribe(result=>{
|
this._qc.getRecordedPlaybackUrl(params).subscribe(result=>{
|
||||||
if(result && result['dataStatus'] && result['records'] && result['records'].length > 0) {
|
if(result && result['dataStatus'] && result['records'] && result['records'].length > 0) {
|
||||||
let dialogRef = this.dialog.open(VideoPlayerComponent,{
|
let dialogRef = this.dialog.open(VideoPlayerComponent,{
|
||||||
data:{videoUrl:result['records']},
|
data:{videoUrl:result['records'],masterData:this.pdMasterData[0]},
|
||||||
maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
height: '90%',
|
height: '90%',
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
|
|
||||||
<!-- © Copyright -->
|
<!-- © Copyright -->
|
||||||
<div class="footer-copyright text-center">© 2018
|
<div class="footer-copyright text-center">© 2020
|
||||||
<a href="http://www.sineedge.com" target="_blank"> SineEdge Consulting Pvt Ltd. </a> All rights are reserved
|
<a href="http://www.sineedge.com" target="_blank"> SineEdge Consulting Pvt Ltd. </a> All rights are reserved
|
||||||
</div>
|
</div>
|
||||||
<!-- © Copyright -->
|
<!-- © Copyright -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user