Merge branch 'master' of https://bitbucket.org/sriramv18/sparqsineedge
This commit is contained in:
commit
7c0b96611e
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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=[];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user