WIP Добавил отображение данных медицинской карты
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user