ส่งฟิล amountSpecial
This commit is contained in:
parent
838815659e
commit
0cf7d14047
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ function onSubmit() {
|
|||
typeof formData.amount === "string"
|
||||
? Number(formData.amount?.replace(/,/g, ""))
|
||||
: formData.amount, //เงินค่าตอบแทนรายเดือน
|
||||
amountSpecial:
|
||||
typeof formData.amountSpecial === "string"
|
||||
? Number(formData.amountSpecial?.replace(/,/g, ""))
|
||||
: formData.amountSpecial, //เงินค่าตอบแทนรายเดือน
|
||||
remarkVertical: formData.remarkVertical, //หมายเหตุแนวตั้ง
|
||||
remarkHorizontal: formData.remarkHorizontal, //หมายเหตุแนวนอน
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue