PD UI
This commit is contained in:
parent
e3decf18df
commit
8aeab77ad6
@ -44,15 +44,15 @@
|
|||||||
<mat-label>Complete address of the property</mat-label>
|
<mat-label>Complete address of the property</mat-label>
|
||||||
<textarea matInput placeholder="Address" formControlName="complete_add"></textarea>
|
<textarea matInput placeholder="Address" formControlName="complete_add"></textarea>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field>
|
<mat-form-field style="width: 100%">
|
||||||
<input matInput placeholder="Area of the Property(in sq yd or Sq ft)"
|
<input matInput placeholder="Area of the Property(in sq yd or Sq ft)"
|
||||||
formControlName="area_of_property">
|
formControlName="area_of_property">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field>
|
<mat-form-field style="width: 100%">
|
||||||
<input matInput placeholder="Structure of the let out property (eg. No of floors in total,G,FF,SF etc, let out floors from them)"
|
<input matInput placeholder="Structure of the let out property (eg. No of floors in total,G,FF,SF etc, let out floors from them)"
|
||||||
formControlName="structure_property">
|
formControlName="structure_property">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field>
|
<mat-form-field style="width: 100%">
|
||||||
<input type="number" matInput placeholder="Total rooms let out (eg single room,2 BHK, let out rooms on each floor)"
|
<input type="number" matInput placeholder="Total rooms let out (eg single room,2 BHK, let out rooms on each floor)"
|
||||||
formControlName="total_room">
|
formControlName="total_room">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@ -107,15 +107,15 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
<mat-form-field>
|
<mat-form-field style="width: 100%">
|
||||||
<input matInput placeholder="Rent received from each floor and or Rooms (eg FF has 4 rooms, rent per room are Rs 2500, Rs 4000 and Rs 3200 respectively)"
|
<input matInput placeholder="Rent received from each floor and or Rooms (eg FF has 4 rooms, rent per room are Rs 2500, Rs 4000 and Rs 3200 respectively)"
|
||||||
formControlName="rent_each_floor">
|
formControlName="rent_each_floor">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field>
|
<mat-form-field style="width: 100%">
|
||||||
<input matInput placeholder="Total rent received (Total montly rental from property/ies, with break up)"
|
<input matInput placeholder="Total rent received (Total montly rental from property/ies, with break up)"
|
||||||
formControlName="total_rent">
|
formControlName="total_rent">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field>
|
<mat-form-field style="width: 100%">
|
||||||
<input matInput placeholder="Property paper or other related document to prove ownership (eg. Property registry etc)"
|
<input matInput placeholder="Property paper or other related document to prove ownership (eg. Property registry etc)"
|
||||||
formControlName="related_doc_owner">
|
formControlName="related_doc_owner">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
@ -1,9 +1,32 @@
|
|||||||
<mat-card style="min-height:540px;">
|
<mat-card>
|
||||||
<mat-card-content>
|
<mat-card-content>
|
||||||
<div style="text-align: right;" class="mb-1">
|
|
||||||
|
<div fxLayout="row">
|
||||||
|
<!--- <button mat-raised-button mat-icon-button class="hover-icon start_close_btn" type="button" matTooltip="Close" matTooltipPosition="above"
|
||||||
|
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>-->
|
||||||
|
<div fxFlex="33" class="text-xs-left">
|
||||||
|
<h4 class="mt-0">{{mainApplicantName}}</h4>
|
||||||
|
<small>{{pdMasterList.customer_segment_name}}</small>
|
||||||
|
</div>
|
||||||
|
<div fxFlex="56" class="text-xs-right">
|
||||||
|
<h4 class="mt-0">{{pdMasterList.product_name}}/{{pdMasterList.subproduct_name}}</h4>
|
||||||
|
<small>{{pdMasterList.lender_full_name}}/{{pdMasterList.lender_applicant_id}}</small>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div fxFlex="10" style="text-align: right;" class="mb-1">
|
||||||
<button mat-raised-button mat-icon-button class="hover-icon " type="button" matTooltip="Close" matTooltipPosition="above"
|
<button mat-raised-button mat-icon-button class="hover-icon " type="button" matTooltip="Close" matTooltipPosition="above"
|
||||||
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>
|
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</mat-card-content>
|
||||||
|
</mat-card>
|
||||||
|
<mat-card style="max-height:400px;overflow: auto;">
|
||||||
|
|
||||||
|
<mat-card-content>
|
||||||
|
<button (click)="mailnav.toggle()" color="primary" fxHide="false" fxshow.gt-sm mat-icon-button mat-raised-button>
|
||||||
|
<mat-icon style="color: white;">short_text</mat-icon>
|
||||||
|
</button>
|
||||||
<mat-sidenav-container class="app-inner background-none shadow-none mail-db">
|
<mat-sidenav-container class="app-inner background-none shadow-none mail-db">
|
||||||
<mat-sidenav #mailnav [mode]="isOver() ? 'over' : 'side'" [opened]="!isOver()" class="mail-sidebar pl-xs pr-xs">
|
<mat-sidenav #mailnav [mode]="isOver() ? 'over' : 'side'" [opened]="!isOver()" class="mail-sidebar pl-xs pr-xs">
|
||||||
<button _ngcontent-c21="" [disabled]="actualQuestions!=answeredQuestions" class="compose-btn mat-warn mat-raised-button mb-1" (click)="changePDStatus(pdStatusCheck.COMPLETED);"><span>{{currentPDStatus==pdStatusCheck.INPROGRESS ? 'COMPLETE':(currentPDStatus==pdStatusCheck.QC_COMPLETED ? 'QC COMPLETED' : currentPDStatus ) }}</span></button>
|
<button _ngcontent-c21="" [disabled]="actualQuestions!=answeredQuestions" class="compose-btn mat-warn mat-raised-button mb-1" (click)="changePDStatus(pdStatusCheck.COMPLETED);"><span>{{currentPDStatus==pdStatusCheck.INPROGRESS ? 'COMPLETE':(currentPDStatus==pdStatusCheck.QC_COMPLETED ? 'QC COMPLETED' : currentPDStatus ) }}</span></button>
|
||||||
@ -28,8 +51,9 @@
|
|||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
</div>
|
</div>
|
||||||
<mat-list *ngFor="let formButton of categoryFormButtons">
|
<mat-list *ngFor="let formButton of categoryFormButtons">
|
||||||
<mat-list-item class="custm-list-item" (click)="OnSelectDirectForms(formButton)" style="background-color:#e0e0e0">
|
<mat-list-item class="custm-list-item" (click)="OnSelectDirectForms(formButton)" [ngStyle]="{'background-color':formButton.isAnswered == false ? '#827f7f' : '#4caf50' ,'color':'#fff'}">
|
||||||
<span class="mt-0">{{ (formButton.form_name.length>17)? (formButton.form_name | slice:0:17)+'..':(formButton.form_name) }}</span>
|
|
||||||
|
<span class="mt-0">{{ (formButton.form_name.length>17)? (formButton.form_name | slice:0:17)+'..':(formButton.form_name) }}</span>
|
||||||
</mat-list-item>
|
</mat-list-item>
|
||||||
</mat-list>
|
</mat-list>
|
||||||
<!--<mat-list>-->
|
<!--<mat-list>-->
|
||||||
@ -39,32 +63,17 @@
|
|||||||
<!--</mat-list>-->
|
<!--</mat-list>-->
|
||||||
|
|
||||||
</mat-sidenav>
|
</mat-sidenav>
|
||||||
<mat-toolbar color="primary" fxHide="false" fxHide.gt-sm>
|
|
||||||
|
<!--<mat-toolbar color="primary" fxHide="false" fxshow.gt-sm>
|
||||||
<button (click)="mailnav.toggle()" mat-icon-button>
|
<button (click)="mailnav.toggle()" mat-icon-button>
|
||||||
<mat-icon style="color: white;">short_text</mat-icon>
|
<mat-icon style="color: white;">short_text</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<span class="mr-1 ml-1">Category</span>
|
<span class="mr-1 ml-1">Category</span>
|
||||||
</mat-toolbar>
|
</mat-toolbar>-->
|
||||||
<div class="main-content" fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="100" fxFlex.lg="100" fxFlex.xl="100">
|
<div class="main-content" fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="100" fxFlex.lg="100" fxFlex.xl="100">
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<mat-card-content>
|
|
||||||
|
|
||||||
<div fxLayout="row">
|
|
||||||
<!--- <button mat-raised-button mat-icon-button class="hover-icon start_close_btn" type="button" matTooltip="Close" matTooltipPosition="above"
|
|
||||||
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>-->
|
|
||||||
<div fxFlex="33" class="text-xs-left">
|
|
||||||
<h4 class="mt-0">{{mainApplicantName}}</h4>
|
|
||||||
<small>{{pdMasterList.customer_segment_name}}</small>
|
|
||||||
</div>
|
|
||||||
<div fxFlex="66" class="text-xs-right">
|
|
||||||
<h4 class="mt-0">{{pdMasterList.product_name}}/{{pdMasterList.subproduct_name}}</h4>
|
|
||||||
<small>{{pdMasterList.lender_full_name}}/{{pdMasterList.lender_applicant_id}}</small>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</mat-card-content>
|
|
||||||
<hr>
|
|
||||||
<div *ngIf="!formsCategoryEnable">
|
<div *ngIf="!formsCategoryEnable">
|
||||||
<mat-card-content style="min-height: 500px;" *ngIf="selectedCategory.length==0">
|
<mat-card-content style="min-height: 500px;" *ngIf="selectedCategory.length==0">
|
||||||
<p>No Records Found..</p>
|
<p>No Records Found..</p>
|
||||||
@ -77,6 +86,7 @@
|
|||||||
<ng-container *ngSwitchCase="1">
|
<ng-container *ngSwitchCase="1">
|
||||||
|
|
||||||
<mat-card-content>
|
<mat-card-content>
|
||||||
|
|
||||||
<form [formGroup]="optionsForm" *ngIf="answerList.length>0 ; else noanswers;" style="min-height: 450px;">
|
<form [formGroup]="optionsForm" *ngIf="answerList.length>0 ; else noanswers;" style="min-height: 450px;">
|
||||||
<mat-card-content>
|
<mat-card-content>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user