селектор помещений из апи

This commit is contained in:
developer 2026-04-02 12:35:46 +08:00
parent 9d08adee88
commit 10b12c8526
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,6 @@
enum CompanyType: string
{
case Agency = "AGENCY";
// case SelfEmployer = "SELFEMP";
case SelfEmployer = "SELFEMP";
case SoleProperty = "SOLEPROP";
}

View File

@ -66,7 +66,7 @@ class="img-fluid rounded-start" alt="...">
@endif
@if(!$room)
<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">
<label>Дом/строение:</label>
<div>

View File

@ -29,6 +29,7 @@
"Legal address": "Юридический адрес",
"Phone": "Номер телефона",
"Email": "Электронная почта",
"Selfemp name": "ФИО полностью",
"SelfEmployer name": "ФИО полностью",
"SoleProperty name": "ФИО полностью",
"contract status new": "Новый",