[WIP] Добавил notes и их апдейт, поправил стили мед карты
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.base.flex.flex-col.gap-y-6
|
||||
.flex.flex-col.gap-y-6
|
||||
span.font-bold Основное
|
||||
.flex.flex-col.gap-y-4
|
||||
.flex.flex-col.gap-y-6
|
||||
base-input.w-full(placeholder="ФИО*")
|
||||
.flex.gap-x-4
|
||||
.flex.flex-col.gap-y-2
|
||||
@@ -11,7 +11,7 @@
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm СНИЛС
|
||||
base-input(:width-input="277", placeholder="000–000–000 00")
|
||||
.flex.flex-col.gap-y-4
|
||||
.flex.flex-col.gap-y-6
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Адрес регистрации
|
||||
base-input(:width-input="277", placeholder="Введите полный адрес")
|
||||
@@ -29,8 +29,9 @@
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Email
|
||||
base-input(:width-input="277", placeholder="user@yandex.ru")
|
||||
base-button(:size="40", @click="changeBaseData")
|
||||
span.font-semibold Далее
|
||||
.flex.py-2.justify-between
|
||||
base-button(:size="40", @click="changeBaseData")
|
||||
span.font-semibold Далее
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.base.flex.flex-col.gap-y-6
|
||||
.flex.flex-col.gap-y-6
|
||||
span.font-bold Паспортные данные
|
||||
.flex.flex-col.gap-y-4
|
||||
.flex.flex-col.gap-y-6
|
||||
.flex.gap-x-4
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Серия и номер
|
||||
@@ -10,15 +10,16 @@
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Дата выдачи
|
||||
base-input-date.input-date.h-10(:width-input="277")
|
||||
.flex.flex-col.gap-y-4
|
||||
.flex.flex-col.gap-y-6
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Кем выдан
|
||||
base-input(:width-input="277", placeholder="Точно как в паспорте")
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Страховая оганизация
|
||||
base-input(:width-input="277", placeholder="Введите название организации")
|
||||
base-button(:size="40", @click="changeIdentityDoc")
|
||||
span.font-semibold Далее
|
||||
.flex.py-2
|
||||
base-button(:size="40", @click="changeIdentityDoc")
|
||||
span.font-semibold Далее
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
.flex.gap-x-4
|
||||
.flex.flex-col.gap-y-6
|
||||
span.font-bold Полис
|
||||
.flex.gap-x-4
|
||||
.flex.gap-x-6
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Серия и номер полиса ОМС
|
||||
base-input(:width-input="277", placeholder="0000 000000")
|
||||
@@ -13,7 +13,7 @@
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm Код категории льготы
|
||||
base-input(:width-input="277", placeholder="000")
|
||||
.flex.flex-col.gap-y-4
|
||||
.flex.flex-col.gap-y-6
|
||||
.flex.flex-col.gap-y-2
|
||||
.counter.font-semibold.text-smm К кому обращаться в случае необходимости
|
||||
base-input.w-full(placeholder="ФИО*")
|
||||
@@ -23,8 +23,9 @@
|
||||
:width-input="277",
|
||||
placeholder="+7 (915) 644–92–23"
|
||||
)
|
||||
base-button(:size="40")
|
||||
span.font-semibold Создать медицинскую карту
|
||||
.flex.py-2
|
||||
base-button(:size="40")
|
||||
span.font-semibold Создать медицинскую карту
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user