fanancial and PD mis report fix

This commit is contained in:
sriram-at-840620226347 2019-11-28 17:08:49 +05:30
parent 70c0b9c3e6
commit c82ca09d9d
3 changed files with 8 additions and 8 deletions

View File

@ -477,7 +477,7 @@
formControlName="estimate_reason_for_loss">
</mat-form-field>
</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"
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 != ''">{{"&#8377;"}}

View File

@ -305,14 +305,14 @@
<span *ngIf="row.branch" mat-line>{{row.branch}}</span> </td>
</ng-container>
<ng-container matColumnDef="city">
<th mat-header-cell *matHeaderCellDef mat-sort-header> PD City </th>
<ng-container matColumnDef="Pd_Address_Visited">
<th mat-header-cell *matHeaderCellDef mat-sort-header> PD Address Visited</th>
<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 matColumnDef="ocl">
<th mat-header-cell *matHeaderCellDef mat-sort-header> OGL (Yes/No) </th>
<ng-container matColumnDef="Additional_PD_Visited">
<th mat-header-cell *matHeaderCellDef mat-sort-header>Additional PD Visited (Yes/No) </th>
<td mat-cell *matCellDef="let row">
<span *ngIf="row.is_outside_city_limit" mat-line>{{row.is_outside_city_limit}}</span> </td>
</ng-container>

View File

@ -42,8 +42,8 @@ export class PdMisComponent implements OnInit {
'name_of_underwriter',
'lender_contact_person',
'branch',
'city',
'ocl',
'Pd_Address_Visited',
'Additional_PD_Visited',
'draft',
'receiving_pd_date',
'draft_to_trigger',