PD allocation UI

This commit is contained in:
saravanakumarkandasami 2018-10-30 18:56:14 +05:30
parent 6f4c01b4fd
commit c4f927cc6a
2 changed files with 9 additions and 6 deletions

View File

@ -18,9 +18,10 @@
<mat-card-content style="text-align:center">
<mat-radio-button [value]="officer" (change)="selectPdOfficer(officer)"></mat-radio-button>
<img [src]="officer.profile_url ||'https://image.ibb.co/mGjZB9/usernew.png'" alt="No Image" style="border-radius:50%;width:50%"><br>
<span matBadge="{{officer.count}}" matBadgeOverlap="false" matBadgeColor="warn">{{officer.first_name}}</span>
<span>{{officer.first_name}}</span>
<br>
<span>{{officer.mobile_no}}</span>
<span>{{officer.mobile_no}}</span><br>
<span>PD in hand - {{officer.count}}</span>
</mat-card-content>
</mat-card>
</div>

View File

@ -32,9 +32,10 @@
<mat-card-content style="text-align:center">
<mat-radio-button [value]="officer" (change)="selectPdOfficer(officer)"></mat-radio-button>
<img [src]="officer.profile_url ||'https://image.ibb.co/mGjZB9/usernew.png'" alt="No Image" style="border-radius:50%;width:50%"><br>
<span matBadge="{{officer.count}}" matBadgeOverlap="false" matBadgeColor="warn">{{officer.first_name}}</span>
<span>{{officer.first_name}}</span>
<br>
<span>{{officer.mobile_no}}</span>
<span>{{officer.mobile_no}}</span>
<span>PD in hand - {{officer.count}}</span>
</mat-card-content>
</mat-card>
</div>
@ -68,9 +69,10 @@
<mat-card-content style="text-align:center">
<mat-radio-button [value]="excutive" (change)="selectExcutiveOfficer(excutive)"></mat-radio-button>
<img [src]="excutive.profile_url ||'https://image.ibb.co/mGjZB9/usernew.png'" alt="No Image" style="border-radius:50%;width:50%"><br>
<span matBadge="{{excutive.count}}" matBadgeOverlap="false" matBadgeColor="warn">{{excutive.first_name}}</span>
<span>{{excutive.first_name}}</span>
<br>
<span>{{excutive.mobile_no}}</span>
<span>{{excutive.mobile_no}}</span> <br>
<span>PD in hand - {{excutive.count}}</span>
</mat-card-content>
</mat-card>
</div>