小小儁爺
2024-11-15 c0e9df213221d16f6ab6c9106ae01ad571cd45fc
src/api/attendanceModule.js
@@ -107,3 +107,21 @@
    params: data
  })
}
// 月计时工资报表查询
export function MonthlyWageReportSearch(data) {
  return request({
    url: 'HourlyWage/MonthlyWageReportSearch',
    method: 'post',
    params: data
  })
}
// 月计时工资报表导出
export function MonthlyWageReportExcelSearch(data) {
  return request({
    url: 'HourlyWage/MonthlyWageReportExcelSearch',
    method: 'get',
    params: data
  })
}