添加生成工资条功能
This commit is contained in:
@@ -237,3 +237,11 @@ export const showPayrollSheet = (data) => {
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
// 生成工资条
|
||||
export function calculatePayrollSheets(year, month) {
|
||||
return service({
|
||||
url: `/payroll/sheets/calculate/${year}/${month}`,
|
||||
method: 'post'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user