WIP Изменила отправку документов
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user