รายละเอียด รายชื่อผู้สอบ
This commit is contained in:
parent
15738c7668
commit
093365df16
3 changed files with 9 additions and 9 deletions
|
|
@ -152,7 +152,7 @@ const editData = async () => {
|
||||||
registrationSubDistrictId: registAddress.subDistrictId,
|
registrationSubDistrictId: registAddress.subDistrictId,
|
||||||
registrationDistrictId: registAddress.districtId,
|
registrationDistrictId: registAddress.districtId,
|
||||||
registrationProvinceId: registAddress.provinceId,
|
registrationProvinceId: registAddress.provinceId,
|
||||||
registrationZipCode: registAddress.provinceId,
|
registrationZipCode: registAddress.zipCode,
|
||||||
currentAddress:
|
currentAddress:
|
||||||
addressData.value.registSame == "1"
|
addressData.value.registSame == "1"
|
||||||
? addressData.value.registAddress
|
? addressData.value.registAddress
|
||||||
|
|
|
||||||
|
|
@ -124,16 +124,16 @@ const editData = async () => {
|
||||||
|
|
||||||
const body = {
|
const body = {
|
||||||
couple: familyData.value.couple == "1",
|
couple: familyData.value.couple == "1",
|
||||||
couplePrefixId: familyData.value.marryPrefixId,
|
couplePrefix: familyData.value.marryPrefixId,
|
||||||
coupleFirstName: familyData.value.marryFirstName,
|
coupleFirstName: familyData.value.marryFirstName,
|
||||||
coupleLastName: familyData.value.marryLastName,
|
coupleLastName: familyData.value.marryLastName,
|
||||||
coupleLastNameOld: "",
|
coupleLastNameOld: "",
|
||||||
coupleCareer: familyData.value.marryOccupation,
|
coupleCareer: familyData.value.marryOccupation,
|
||||||
fatherPrefixId: familyData.value.fatherPrefixId,
|
fatherPrefix: familyData.value.fatherPrefixId,
|
||||||
fatherFirstName: familyData.value.fatherFirstName,
|
fatherFirstName: familyData.value.fatherFirstName,
|
||||||
fatherLastName: familyData.value.fatherLastName,
|
fatherLastName: familyData.value.fatherLastName,
|
||||||
fatherCareer: familyData.value.fatherOccupation,
|
fatherCareer: familyData.value.fatherOccupation,
|
||||||
motherPrefixId: familyData.value.motherPrefixId,
|
motherPrefix: familyData.value.motherPrefixId,
|
||||||
motherFirstName: familyData.value.motherFirstName,
|
motherFirstName: familyData.value.motherFirstName,
|
||||||
motherLastName: familyData.value.motherLastName,
|
motherLastName: familyData.value.motherLastName,
|
||||||
motherCareer: familyData.value.motherOccupation,
|
motherCareer: familyData.value.motherOccupation,
|
||||||
|
|
|
||||||
|
|
@ -272,16 +272,16 @@ const editData = async () => {
|
||||||
|
|
||||||
const body: any = {
|
const body: any = {
|
||||||
citizenId: informaData.value.idCard,
|
citizenId: informaData.value.idCard,
|
||||||
prefixId: informaData.value.prefixId,
|
prefix: informaData.value.prefixId,
|
||||||
firstName: informaData.value.firstname,
|
firstName: informaData.value.firstname,
|
||||||
lastName: informaData.value.lastname,
|
lastName: informaData.value.lastname,
|
||||||
genderId: informaData.value.genderId,
|
gender: informaData.value.genderId,
|
||||||
nationality: informaData.value.nationality,
|
nationality: informaData.value.nationality,
|
||||||
race: informaData.value.race,
|
race: informaData.value.race,
|
||||||
religionId: informaData.value.religionId,
|
religion: informaData.value.religionId,
|
||||||
birthDate: informaData.value.dateOfBirth,
|
birthDate: informaData.value.dateOfBirth,
|
||||||
bloodGroupId: informaData.value.bloodGroupId,
|
bloodGroup: informaData.value.bloodGroupId,
|
||||||
relationshipId: informaData.value.relationshipId,
|
relationship: informaData.value.relationshipId,
|
||||||
telephoneNumber: informaData.value.telephone,
|
telephoneNumber: informaData.value.telephone,
|
||||||
};
|
};
|
||||||
showLoader();
|
showLoader();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue