ผูก API (**รอ API เพิ่มเติม)การอนุมัติ รายการเลื่อนเงินเดือนข้าราชการฯ
This commit is contained in:
parent
490fa72f34
commit
3f205977b0
3 changed files with 45 additions and 14 deletions
|
|
@ -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}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue