WIP Добавил отображение данных медицинской карты

This commit is contained in:
DwCay
2022-12-30 17:52:22 +03:00
parent 1c824bc540
commit 969416cd26
5 changed files with 211 additions and 36 deletions

View File

@@ -6,105 +6,107 @@ export const medicalDetailConfig = {
{
label: "number_series",
title: "Серия и номер",
type: "input",
type: "text",
copy: true,
},
{
label: "issued_by_org",
title: "Выдан",
type: "input",
type: "textarea",
},
{
label: "issued_by_org_code",
title: "Код подразделения",
type: "input",
type: "text",
},
{
label: "issued_by_date",
title: "Дата выдачи",
type: "data",
type: "date",
},
],
},
registration_address: {
height: 130,
title: "Адреес регистрации",
height: 135,
title: "Адрес регистрации",
fields: [
{
label: "registration_address",
title: "Полный адрес",
type: "input",
type: "textarea",
},
],
},
temporary_address: {
height: 130,
title: "Адреес проживания",
height: 135,
title: "Адрес проживания",
fields: [
{
label: "temporary_address",
title: "Полный адрес",
type: "input",
type: "textarea",
},
],
},
snils: {
height: 108,
height: 135,
title: "СНИЛС",
fields: [
{
label: "insurance_number",
title: "Номер",
type: "input",
type: "text",
copy: true,
},
],
},
policy_number_series: {
height: 170,
policy: {
height: 210,
title: "ПОЛИС",
fields: [
{
label: "series",
title: "Серия",
type: "input",
type: "text",
},
{
label: "number",
title: "Номер",
type: "input",
type: "text",
},
],
},
policy_organization: {
height: 111,
height: 135,
title: "Страховая организация",
fields: [
{
label: "organization",
title: "Название",
type: "input",
type: "text",
},
],
},
additional: {
height: 202,
height: 275,
title: "Дополнительная информация",
fields: [
{
icon: "icon-person",
label: "name_confidant",
title: "Доверенное лицо",
type: "input",
type: "text",
},
{
icon: "icon-phone",
label: "phone_confidant",
title: "",
type: "input",
type: "text",
},
{
label: "benefit_code",
title: "Код категории льготы",
type: "input",
type: "text",
},
],
},