payroll-B84MeTlM.js 595 B

1
  1. import{r}from"./request-mYjrXBLT.js";function e(l){return r({url:"/payroll/page",method:"get",params:l})}function o(l){return r({url:`/payroll/${l}`,method:"get"})}function u(l){return r({url:"/payroll/calculate",method:"post",params:l})}function n(l){return r({url:`/payroll/confirm/${l}`,method:"put"})}function c(l){return r({url:`/payroll/pay/${l}`,method:"put"})}function p(l){return r({url:`/payroll/${l}`,method:"delete"})}function y(l,t){return r({url:"/payroll/check-calculated",method:"get",params:{employeeId:l,yearMonth:t}})}export{u as a,n as b,y as c,o as d,p as e,e as g,c as p};