[WIP] Добавил форму страховки
This commit is contained in:
@@ -180,6 +180,66 @@ export const baseInfoMenu = [
|
||||
},
|
||||
];
|
||||
|
||||
export const baseInsuranceForm = [
|
||||
{
|
||||
insuranceLabel: "ОМС",
|
||||
insuranceKey: "insuranceOMS",
|
||||
fields: [
|
||||
{
|
||||
key: "series",
|
||||
label: "Серия",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: "number",
|
||||
label: "Номер",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: "photo",
|
||||
label: "Фото ОМС",
|
||||
type: "photo",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
insuranceLabel: "ДМС",
|
||||
insuranceKey: "insuranceDMS",
|
||||
fields: [
|
||||
{
|
||||
key: "series",
|
||||
label: "Серия",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: "number",
|
||||
label: "Номер",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
key: "photo",
|
||||
label: "Фото ДМС",
|
||||
type: "photo",
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// insuranceLabel: "Категория льготы",
|
||||
// insuranceKey: "benefit",
|
||||
// fields: [
|
||||
// {
|
||||
// key: "benefit",
|
||||
// label: "Категория",
|
||||
// type: "text",
|
||||
// },
|
||||
// {
|
||||
// key: "photo",
|
||||
// label: "Документы",
|
||||
// type: "photo",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
];
|
||||
export const routesDictionary = {
|
||||
"/clients": "Клиенты",
|
||||
"/calendar": "Календарь",
|
||||
|
||||
Reference in New Issue
Block a user