ข้อมูลทะเบียนประวัติ => check เลขบัตรประชาชน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-21 13:00:40 +07:00
parent cc8d1e9110
commit d2d05d1790
2 changed files with 12 additions and 8 deletions

View file

@ -201,10 +201,13 @@ export default {
profileVerified: (profileId: string) => `${profile}verified/${profileId}`,
profileVerifiedUnlock: (profileId: string) =>
`${profile}not-verified/${profileId}`,
profileSendVerified: (profileId: string) => `${profile}send-verified/${profileId}`,
profileSendVerified: (profileId: string) =>
`${profile}send-verified/${profileId}`,
listVerified: () => `${profile}list-verified`,
registryNew,
registryNewId: (id: string) => `${registryNew}${id}`,
profileNewCitizenId: (citizenId: string) =>
`${registryNew}citizenId/${citizenId}`,
/**ปรับรายการเงินเดือนขึ้น-ลง*/
salarySwap: (dierction: string, id: string) =>