Merge branch 'nice_dev' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-19 15:59:26 +07:00
commit 90c640ab9f
2 changed files with 39 additions and 18 deletions

View file

@ -73,6 +73,12 @@ export default {
salaryPeriodStatusEmp: (type: string, periodId: string, rootId: string) =>
`${salaryPeriodEmp}/${type}/approve/${periodId}/${rootId}`,
salaryPeriodStatusCommentEmp: (type: string, periodId: string, rootId: string) =>
`${salaryPeriodEmp}/${type}/comment/${periodId}/${rootId}`,
salaryPeriodStatusCommentEmp: (
type: string,
periodId: string,
rootId: string
) => `${salaryPeriodEmp}/${type}/comment/${periodId}/${rootId}`,
salaryUploadFile: (name: string, group: string, id: string, subId: string) =>
`${salary}/file/${name}/${group}/${id}/${subId}`,
};