บรรจุ ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-13 15:46:55 +07:00
parent a8fdca1138
commit 4cfcc2d018
21 changed files with 113 additions and 199 deletions

View file

@ -29,6 +29,7 @@ const {
dialogConfirm,
findOrgName,
success,
convertDateToAPI,
} = mixin;
const paramsId = route.params.id;
@ -98,8 +99,8 @@ function onSubmit() {
positionLevelOld: positionLevelOld.value,
positionNumberOld: posNo.value,
amountOld: salary.value.toString().replace(/,/g, ""),
positionDate: date.value,
militaryDate: militaryDate.value,
positionDate: convertDateToAPI(date.value),
militaryDate: convertDateToAPI(militaryDate.value),
reason: reason.value,
};
await http