banking detail lable changes
This commit is contained in:
parent
40a0f5ab1d
commit
17d422f1c1
@ -204,9 +204,9 @@
|
|||||||
<mat-select placeholder="Is this same AC used for?
|
<mat-select placeholder="Is this same AC used for?
|
||||||
" formControlName="same_ac_used_for">
|
" formControlName="same_ac_used_for">
|
||||||
<mat-option>Select</mat-option>
|
<mat-option>Select</mat-option>
|
||||||
<mat-option value="personal">Personal</mat-option>
|
<!--<mat-option value="personal">Personal</mat-option>-->
|
||||||
<mat-option value="business">Business</mat-option>
|
<mat-option value="business">Business</mat-option>
|
||||||
<mat-option value="both">Both</mat-option>
|
<!--<mat-option value="both">Both</mat-option>-->
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
@ -249,12 +249,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="border: 2px solid rgb(223, 213, 213);">
|
<div style="border: 2px solid rgb(223, 213, 213);">
|
||||||
<mat-card-content>
|
<mat-card-content>
|
||||||
<mat-card-header style="font-size: medium;">Business Details
|
<mat-card-header style="font-size: medium;">Business Banking Details
|
||||||
|
|
||||||
</mat-card-header>
|
</mat-card-header>
|
||||||
<br>
|
<br>
|
||||||
<mat-form-field style="width:60% !important;">
|
<mat-form-field style="width:60% !important;">
|
||||||
<mat-select placeholder="Is the Business Infomation Available" formControlName="bank_info_available_business" (selectionChange)="onChangeAvailablebusiness($event.value)">
|
<mat-select placeholder="Is business Banking Information Available" formControlName="bank_info_available_business" (selectionChange)="onChangeAvailablebusiness($event.value)">
|
||||||
<mat-option>Select</mat-option>
|
<mat-option>Select</mat-option>
|
||||||
<mat-option value="Yes">Yes</mat-option>
|
<mat-option value="Yes">Yes</mat-option>
|
||||||
<mat-option value="No">No</mat-option>
|
<mat-option value="No">No</mat-option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user