ผูก API (**รอ API เพิ่มเติม)การอนุมัติ รายการเลื่อนเงินเดือนข้าราชการฯ

This commit is contained in:
setthawutttty 2024-03-15 17:37:42 +07:00
parent 490fa72f34
commit 3f205977b0
3 changed files with 45 additions and 14 deletions

View file

@ -49,5 +49,9 @@ export default {
salaryFormula:()=>`${salaryFormula}`,
salaryFormulaById:(id:string)=>`${salaryFormula}/${id}`,
salaryEmployeePositionType:(key:string)=>`${salaryOrg}/pos/position?keyword=${key}&type=positionType`,
salaryEmployeeActive :()=>`${salary}/employee/active`
salaryEmployeeActive :()=>`${salary}/employee/active`,
salaryPeriodStatus:(type:string,periodId:string,rootId:string)=>`${salaryPeriod}/${type}/approve/${periodId}/${rootId}`,
salaryPeriodStatusComment:(type:string,periodId:string,rootId:string)=>`${salaryPeriod}/${type}/comment/${periodId}/${rootId}`
};