รายการเลื่อน
This commit is contained in:
parent
3b02120606
commit
b76d93b734
7 changed files with 267 additions and 53 deletions
|
|
@ -36,6 +36,7 @@ export default {
|
|||
salaryReportListsByid: (type: string, rootId: string, periodId: string) =>
|
||||
`${salary}/report/${type}/${rootId}/${periodId}`,
|
||||
salaryProperty: (id: string) => `${salaryPeriod}/org/property/${id}`,
|
||||
salaryDashboard: `${salaryPeriod}/summary/all`,
|
||||
|
||||
/** รายการเงินเดือนลูกจ้างประจำ*/
|
||||
salaryEmployeeChart: `${salary}/employee`,
|
||||
|
|
|
|||
|
|
@ -150,6 +150,8 @@ export default {
|
|||
profileListSalaryNew: (id: string) => `${salaryNew}/${id}`,
|
||||
profileListSalaryHistoryNew: (profileId: string) =>
|
||||
`${salaryNew}/history/${profileId}`,
|
||||
profileSalarySwapNew: (type: string, id: string) =>
|
||||
`${salaryNew}/swap/${type}/${id}`,
|
||||
|
||||
// ประวัติการเปลี่ยนชื่อ-นามสกุล
|
||||
profileNewChangeName: `${registryNew}changeName`,
|
||||
|
|
@ -159,8 +161,4 @@ export default {
|
|||
`${registryNew}changeName/${changeNameId}`,
|
||||
profileNewChangeNameHisByChangeNameId: (changeNameId: string) =>
|
||||
`${registryNew}changeName/history/${changeNameId}`,
|
||||
profileSalaryNew: `${salaryNew}`,
|
||||
profileListSalaryNew: (id: string) => `${salaryNew}/${id}`,
|
||||
profileListSalaryHistoryNew: (profileId: string) =>
|
||||
`${salaryNew}/history/${profileId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue