This commit is contained in:
venbatechnologies@gmail.com 2019-03-19 15:31:27 +05:30
commit 7c0b96611e
3 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<mat-select placeholder="Is the location of the business / profession suited to the nature of business / service provided? " <mat-select placeholder="Is the location of the business / profession suited to the nature of business / service provided? "
formControlName="is_service_provided" required> formControlName="is_service_provided" required>
<mat-option>Select</mat-option> <mat-option>Select</mat-option>
<mat-option value="well_suited.">Well Suited.</mat-option> <mat-option value="well_suited">Well Suited</mat-option>
<mat-option value="fairly_suited">Fairly Suited</mat-option> <mat-option value="fairly_suited">Fairly Suited</mat-option>
<mat-option value="not_suited">Not Suited</mat-option> <mat-option value="not_suited">Not Suited</mat-option>
</mat-select> </mat-select>

View File

@ -111,6 +111,7 @@
<mat-option>Select</mat-option> <mat-option>Select</mat-option>
<mat-option value="Positive">Positive</mat-option> <mat-option value="Positive">Positive</mat-option>
<mat-option value="Negative">Negative</mat-option> <mat-option value="Negative">Negative</mat-option>
<mat-option value="Could not verify">Could not verify</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</div> </div>

View File

@ -34,7 +34,7 @@ export class NeighbourHoodComponent implements OnInit {
errorMessage:any; errorMessage:any;
finalRemarksList : any = [{'id': 1,'name': "Positive"}, finalRemarksList : any = [{'id': 1,'name': "Positive"},
{'id': 2,'name': "Negative"}, {'id': 2,'name': "Negative"},
{'id': 3,'name': "Insufficient information provided"}]; {'id': 3,'name': "Could not verify"}];
existCompanyList: any =[]; existCompanyList: any =[];
mergeCompanyApplicant: any=[]; mergeCompanyApplicant: any=[];
isOrganisationOwner: any=[]; isOrganisationOwner: any=[];