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

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

@ -25,6 +25,7 @@ const {
hideLoader,
success,
dialogConfirm,
convertDateToAPI
} = useCounterMixin();
const paramsId = route.params.id; //id
@ -90,7 +91,7 @@ function putAppointment() {
positionNumberOld: posNo.value,
amountOld: salary.value.toString().replace(/,/g, ""),
reason: reason.value,
positionDate: date.value,
positionDate: convertDateToAPI(date.value),
};
showLoader();
await http