fanancial and PD mis report fix
This commit is contained in:
parent
70c0b9c3e6
commit
c82ca09d9d
@ -477,7 +477,7 @@
|
|||||||
formControlName="estimate_reason_for_loss">
|
formControlName="estimate_reason_for_loss">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<mat-form-field style="width:54%" *ngIf="(lender_short_name == 'CLIX' ? product_abbr !='BL' ? true : false : true) && (lender_short_name == 'MWISE' ? product_abbr != 'BL' ? true : false : true)">
|
<mat-form-field style="width:54%" *ngIf="lender_short_name == 'CLIX' && product_abbr =='LAEP'">
|
||||||
<input matInput placeholder="Annual Sales through Credit Card / POS machines"
|
<input matInput placeholder="Annual Sales through Credit Card / POS machines"
|
||||||
formControlName="estimate_posmachine_or_cc_annual_sales">
|
formControlName="estimate_posmachine_or_cc_annual_sales">
|
||||||
<mat-hint align="start" style="font-size:90%" *ngIf="details.get('estimate_posmachine_or_cc_annual_sales').value != ''">{{"₹"}}
|
<mat-hint align="start" style="font-size:90%" *ngIf="details.get('estimate_posmachine_or_cc_annual_sales').value != ''">{{"₹"}}
|
||||||
|
|||||||
@ -305,14 +305,14 @@
|
|||||||
<span *ngIf="row.branch" mat-line>{{row.branch}}</span> </td>
|
<span *ngIf="row.branch" mat-line>{{row.branch}}</span> </td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="city">
|
<ng-container matColumnDef="Pd_Address_Visited">
|
||||||
<th mat-header-cell *matHeaderCellDef mat-sort-header> PD City </th>
|
<th mat-header-cell *matHeaderCellDef mat-sort-header> PD Address Visited</th>
|
||||||
<td mat-cell *matCellDef="let row">
|
<td mat-cell *matCellDef="let row">
|
||||||
<span *ngIf="row.city" mat-line>{{row.city}}</span> </td>
|
<span *ngIf="row.city" mat-line>{{row.address_visited}},<br> {{row.state}},<br> {{row.city}}, {{row.pincode}}</span> </td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="ocl">
|
<ng-container matColumnDef="Additional_PD_Visited">
|
||||||
<th mat-header-cell *matHeaderCellDef mat-sort-header> OGL (Yes/No) </th>
|
<th mat-header-cell *matHeaderCellDef mat-sort-header>Additional PD Visited (Yes/No) </th>
|
||||||
<td mat-cell *matCellDef="let row">
|
<td mat-cell *matCellDef="let row">
|
||||||
<span *ngIf="row.is_outside_city_limit" mat-line>{{row.is_outside_city_limit}}</span> </td>
|
<span *ngIf="row.is_outside_city_limit" mat-line>{{row.is_outside_city_limit}}</span> </td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
@ -42,8 +42,8 @@ export class PdMisComponent implements OnInit {
|
|||||||
'name_of_underwriter',
|
'name_of_underwriter',
|
||||||
'lender_contact_person',
|
'lender_contact_person',
|
||||||
'branch',
|
'branch',
|
||||||
'city',
|
'Pd_Address_Visited',
|
||||||
'ocl',
|
'Additional_PD_Visited',
|
||||||
'draft',
|
'draft',
|
||||||
'receiving_pd_date',
|
'receiving_pd_date',
|
||||||
'draft_to_trigger',
|
'draft_to_trigger',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user