WIP Подтянула картинки из стора

This commit is contained in:
Daria Golova
2023-04-17 18:02:07 +03:00
parent 83b72e50f1
commit c63c36ba3a
5 changed files with 106 additions and 46 deletions

View File

@@ -314,11 +314,13 @@ export const documentForm = [
key: "series",
label: "Серия",
type: "text",
inputMask: "####",
},
{
key: "number",
label: "Номер",
type: "text",
inputMask: "######",
},
{
key: "issued_by_org",
@@ -329,6 +331,7 @@ export const documentForm = [
key: "issued_by_org_code",
label: "Код подраздел.",
type: "text",
inputMask: "###-###",
},
{
key: "issued_by_date",
@@ -350,6 +353,7 @@ export const documentForm = [
key: "insurance_number",
label: "Номер СНИЛС",
type: "text",
inputMask: "###-###-### ##",
},
{
key: "photo_insurance_number",
@@ -365,7 +369,8 @@ export const documentForm = [
{
key: "tax_identification_number",
label: "Номер ИНН",
type: "text",
type: "number",
inputMask: "############",
},
{
key: "photo_tax_identification_number",