ข้อมูลทะเบียนประวัติ => check เลขบัตรประชาชน
This commit is contained in:
parent
cc8d1e9110
commit
d2d05d1790
2 changed files with 12 additions and 8 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue