селектор помещений из апи
This commit is contained in:
parent
9d08adee88
commit
10b12c8526
@ -3,6 +3,6 @@
|
|||||||
enum CompanyType: string
|
enum CompanyType: string
|
||||||
{
|
{
|
||||||
case Agency = "AGENCY";
|
case Agency = "AGENCY";
|
||||||
// case SelfEmployer = "SELFEMP";
|
case SelfEmployer = "SELFEMP";
|
||||||
case SoleProperty = "SOLEPROP";
|
case SoleProperty = "SOLEPROP";
|
||||||
}
|
}
|
||||||
@ -66,7 +66,7 @@ class="img-fluid rounded-start" alt="...">
|
|||||||
@endif
|
@endif
|
||||||
@if(!$room)
|
@if(!$room)
|
||||||
<div class="hstack gap-2">
|
<div class="hstack gap-2">
|
||||||
<div class="col-4 p-2 rounded-4 mb-3 bg-light border d-flex gap-2">
|
<div class="col-12 col-md-4 p-2 rounded-4 mb-3 bg-light border d-flex gap-2">
|
||||||
<div class="flex-fill">
|
<div class="flex-fill">
|
||||||
<label>Дом/строение:</label>
|
<label>Дом/строение:</label>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@ -29,6 +29,7 @@
|
|||||||
"Legal address": "Юридический адрес",
|
"Legal address": "Юридический адрес",
|
||||||
"Phone": "Номер телефона",
|
"Phone": "Номер телефона",
|
||||||
"Email": "Электронная почта",
|
"Email": "Электронная почта",
|
||||||
|
"Selfemp name": "ФИО полностью",
|
||||||
"SelfEmployer name": "ФИО полностью",
|
"SelfEmployer name": "ФИО полностью",
|
||||||
"SoleProperty name": "ФИО полностью",
|
"SoleProperty name": "ФИО полностью",
|
||||||
"contract status new": "Новый",
|
"contract status new": "Новый",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user