บรรจุ ทดลองงาน
This commit is contained in:
parent
a8fdca1138
commit
4cfcc2d018
21 changed files with 113 additions and 199 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue