[WIP] Добавил поиск на модальное окно выбора льгот, правки кода

This commit is contained in:
megavrilinvv
2023-04-20 16:22:25 +03:00
parent 3776ac6c7d
commit 4e2865d143
5 changed files with 94 additions and 34 deletions

View File

@@ -250,13 +250,13 @@ export const baseInsuranceForm = [
key: "series",
label: "Серия",
type: "text",
inputMask: "######",
inputMask: "####",
},
{
key: "number",
label: "Номер",
type: "text",
inputMask: "##########",
inputMask: "####-####-####",
},
{
key: "photo",
@@ -273,13 +273,13 @@ export const baseInsuranceForm = [
key: "series",
label: "Серия",
type: "text",
inputMask: "######",
inputMask: "####",
},
{
key: "number",
label: "Номер",
type: "text",
inputMask: "##########",
inputMask: "####-####-####",
},
{
key: "photo",