WIP Изменила отправку документов

This commit is contained in:
Daria Golova
2023-08-23 19:16:19 +03:00
parent 4987a3ae09
commit cb41a00ae1
6 changed files with 162 additions and 143 deletions

View File

@@ -379,7 +379,7 @@ export const baseInfoMenu = [
export const baseInsuranceForm = [
{
insuranceLabel: "ОМС",
insuranceKey: "insuranceOMS",
insuranceKey: "OMS",
fields: [
{
key: "series",
@@ -394,15 +394,15 @@ export const baseInsuranceForm = [
inputMask: "####-####-####",
},
{
key: "photo",
key: "attachments",
label: "Фото ОМС",
type: "avatar",
type: "photo",
},
],
},
{
insuranceLabel: "ДМС",
insuranceKey: "insuranceDMS",
insuranceKey: "DMS",
fields: [
{
key: "series",
@@ -417,9 +417,9 @@ export const baseInsuranceForm = [
inputMask: "####-####-####",
},
{
key: "photo",
key: "attachments",
label: "Фото ДМС",
type: "avatar",
type: "photo",
},
],
},
@@ -436,7 +436,7 @@ export const baseInsuranceForm = [
{
key: "photo",
label: "Документы",
type: "avatar",
type: "photo",
},
],
},