ทะเบียนประวัติ => ตำแหน่ง เงินเดือน
This commit is contained in:
parent
9491bdc17a
commit
d9a1462cfc
1 changed files with 4 additions and 4 deletions
|
|
@ -1513,13 +1513,13 @@ const getData = async () => {
|
|||
formDataSalary.date = row.date;
|
||||
formDataSalary.posNo = row.posNo ?? "-";
|
||||
formDataSalary.templatePos = "";
|
||||
formDataSalary.position = "";
|
||||
formDataSalary.typePosition = row.positionType ?? "-";
|
||||
formDataSalary.levelPosition = row.positionLevel ?? "-";
|
||||
formDataSalary.position = row.positionName ?? "";
|
||||
formDataSalary.typePosition = row.postionTypeName ?? "-";
|
||||
formDataSalary.levelPosition = row.positionLevelName ?? "-";
|
||||
formDataSalary.salary = row.amount ?? 0;
|
||||
formDataSalary.salaryPos = row.positionSalaryAmount ?? 0;
|
||||
formDataSalary.templateDoc = "";
|
||||
formDataSalary.doc = "";
|
||||
formDataSalary.doc = row.salaryRef ?? "";
|
||||
|
||||
// await fetchPositionNumber(row.ocId);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue