WIP Подтянула картинки из стора
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user