+
-
-
-
+
+
+
+ filterSelector(inputValue, doneFn,'prefixOps'
) "
- />
+ />
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{ year + 543 }}
-
-
- {{ parseInt(value + 543) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ year + 543 }}
+
+
+ {{ parseInt(value + 543) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ filterSelector(inputValue, doneFn,'genderOps'
) "
- />
-
-
-
+
+
+ filterSelector(inputValue, doneFn,'statusOps'
) "
- />
+ />
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+ filterSelector(inputValue, doneFn,'religionOps'
) "
- />
-
-
-
+
+
+ filterSelector(inputValue, doneFn,'bloodOps'
) "
- clearable
- />
-
-
-
+
+ mask="##########"
+ />
+
{
await fetchData();
};
const calculateMaxDate = () => {
- const today = new Date();
-
- today.setDate(today.getDate() - 1);
- return today;
- }
+ const today = new Date();
+
+ today.setDate(today.getDate() - 1);
+ return today;
+};
const calRetire = async (birth: Date) => {
- console.log(birth)
+ console.log(birth);
const body = {
birthDate: dateToISO(birth),
};