fix: แก้ type payDate กับ wageRate
This commit is contained in:
parent
ccd7364b8a
commit
ab7ac22ce7
2 changed files with 12 additions and 7 deletions
|
|
@ -40,8 +40,8 @@ function addData() {
|
|||
jobPositionEN: '',
|
||||
jobDescription: '',
|
||||
saleEmployee: '',
|
||||
payDate: '',
|
||||
wageDate: '',
|
||||
payDate: new Date(),
|
||||
wageRate: 0,
|
||||
});
|
||||
|
||||
tab.value = customerBranch.value.length - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue