sales PD and Add applicant fix
This commit is contained in:
parent
8c4d9cd959
commit
771b712896
@ -710,12 +710,14 @@ export class AddPdComponent implements OnInit, OnDestroy {
|
||||
coapplicant_landline_no = null;
|
||||
}
|
||||
else if(itemElement.coapplicant_stdcode && itemElement.coapplicant_landline){
|
||||
coapplicant_landline_no = formValue.coapplicant_stdcode + '-' + itemElement.applicant_landline;
|
||||
coapplicant_landline_no = itemElement.coapplicant_stdcode + '-' + itemElement.coapplicant_landline;
|
||||
}
|
||||
else{
|
||||
coapplicant_landline_no = null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// if (itemElement.coapplicant_stdcode != null || itemElement.coapplicant_landline != null) {
|
||||
// if (itemElement.coapplicant_stdcode != '' && itemElement.coapplicant_landline != '') {
|
||||
// coapplicant_landline_no = formValue.coapplicant_stdcode + '-' + itemElement.applicant_landline;
|
||||
|
||||
@ -10,10 +10,9 @@
|
||||
<mat-tab>
|
||||
<ng-template mat-tab-label>Sales PD</ng-template>
|
||||
<mat-card-content>
|
||||
<mat-expansion-panel [(expanded)]="xpandStatus">
|
||||
<!-- <mat-expansion-panel [(expanded)]="xpandStatus">
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title class="text-xs-left">
|
||||
<!-- <h6 class="mt-0"><mat-icon>filter_list</mat-icon> Filter</h6> -->
|
||||
<mat-panel-title class="text-xs-left">
|
||||
<mat-toolbar-row>
|
||||
<mat-icon>filter_list</mat-icon>
|
||||
<span class="toolbar-space"></span>
|
||||
@ -22,7 +21,7 @@
|
||||
</mat-panel-title>
|
||||
|
||||
</mat-expansion-panel-header>
|
||||
<!-- <mat-list class="m-gap p-gap">
|
||||
<mat-list class="m-gap p-gap">
|
||||
<div [formGroup]="searchForm">
|
||||
<mat-form-field style="width:30%">
|
||||
<mat-select multiple formControlName="pd_type" placeholder="PD Type">
|
||||
@ -75,10 +74,10 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</mat-list> -->
|
||||
</mat-list>
|
||||
|
||||
</mat-expansion-panel>
|
||||
<br/>
|
||||
<br/>-->
|
||||
<mat-table [dataSource]="dataSourceTab4" matSort *ngIf="salesPdData.length > 0" >
|
||||
|
||||
<ng-container matColumnDef="SalesPdId">
|
||||
@ -98,7 +97,7 @@
|
||||
</span>
|
||||
<span *ngIf="details.applicant_name" mat-line>
|
||||
<b>{{details.applicant_name}}</b>
|
||||
</span>
|
||||
</span> <br>
|
||||
<span class="fontsize"> {{details.applicant_id}}</span>
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
}
|
||||
.cell{
|
||||
display:inline !important;
|
||||
text-align: center !important;
|
||||
// text-align: center !important;
|
||||
}
|
||||
.cellhide{
|
||||
display: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user