ประวัติเงินเดือน
This commit is contained in:
parent
788620f4e3
commit
46bfcad156
1 changed files with 29 additions and 29 deletions
|
|
@ -1826,39 +1826,39 @@ const clickHistory = async (row: RequestItemsObject) => {
|
|||
rowsHistory.value.push({
|
||||
id: e.id,
|
||||
date: new Date(e.date),
|
||||
amount: e.amount,
|
||||
positionSalaryAmount: e.positionSalaryAmount,
|
||||
mouthSalaryAmount: e.mouthSalaryAmount,
|
||||
amount: e.amount ?? "_",
|
||||
positionSalaryAmount: e.positionSalaryAmount ?? "_",
|
||||
mouthSalaryAmount: e.mouthSalaryAmount ?? "_",
|
||||
oc: e.oc,
|
||||
ocId: e.ocId,
|
||||
position: e.position,
|
||||
position: e.position ?? "_",
|
||||
positionId: e.positionId,
|
||||
positionName: e.positionName,
|
||||
posNo: e.posNo,
|
||||
positionName: e.positionName ?? "_",
|
||||
posNo: e.posNo ?? "_",
|
||||
posNoId: e.posNoId,
|
||||
positionLine: e.positionLine,
|
||||
positionLineName: e.positionLineName,
|
||||
positionLineId: e.positionLineId,
|
||||
positionPathSide: e.positionPathSide,
|
||||
positionPathSideId: e.positionPathSideId,
|
||||
positionPathSideName: e.positionPathSideName,
|
||||
positionType: e.positionType,
|
||||
positionTypeId: e.positionTypeId,
|
||||
positionLevel: e.positionLevel,
|
||||
positionLevelId: e.positionLevelId,
|
||||
positionExecutive: e.positionExecutive,
|
||||
positionExecutiveId: e.positionExecutiveId,
|
||||
positionExecutiveName: e.positionExecutiveName,
|
||||
positionExecutiveSide: e.positionExecutiveSide,
|
||||
positionExecutiveSideId: e.positionExecutiveSideId,
|
||||
salaryClass: e.salaryClass,
|
||||
salaryStatus: e.salaryStatus,
|
||||
salaryRef: e.salaryRef,
|
||||
refCommandNo: e.refCommandNo,
|
||||
createdFullName: e.createdFullName,
|
||||
orgName: e.orgName,
|
||||
agencyName: e.agencyName,
|
||||
cLevel: e.cLevel,
|
||||
positionLine: e.positionLine ?? "_",
|
||||
positionLineName: e.positionLineName ?? "_",
|
||||
positionLineId: e.positionLineId ?? "_",
|
||||
positionPathSide: e.positionPathSide ?? "_",
|
||||
positionPathSideId: e.positionPathSideId ?? "_",
|
||||
positionPathSideName: e.positionPathSideName ?? "_",
|
||||
positionType: e.positionType ?? "_",
|
||||
positionTypeId: e.positionTypeId ?? "_",
|
||||
positionLevel: e.positionLevel ?? "_",
|
||||
positionLevelId: e.positionLevelId ?? "_",
|
||||
positionExecutive: e.positionExecutive ?? "_",
|
||||
positionExecutiveId: e.positionExecutiveId ?? "_",
|
||||
positionExecutiveName: e.positionExecutiveName ?? "_",
|
||||
positionExecutiveSide: e.positionExecutiveSide ?? "_",
|
||||
positionExecutiveSideId: e.positionExecutiveSideId ?? "_",
|
||||
salaryClass: e.salaryClass ?? "_",
|
||||
salaryStatus: e.salaryStatus ?? "_",
|
||||
salaryRef: e.salaryRef ?? "_",
|
||||
refCommandNo: e.refCommandNo ?? "_",
|
||||
createdFullName: e.createdFullName ?? "_",
|
||||
orgName: e.orgName ?? "_",
|
||||
agencyName: e.agencyName ?? "_",
|
||||
cLevel: e.cLevel ?? "_",
|
||||
createdAt: new Date(e.createdAt),
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue