|
|
@ -46,4 +46,9 @@ export const exportReceivedCalendar = async (params) => { |
|
|
|
// 下载用户导入模板
|
|
|
|
export const importTemplate = () => { |
|
|
|
return request.download({ url: '/basic/received-calendar/get-import-template' }) |
|
|
|
} |
|
|
|
|
|
|
|
// 查询当月存在数据的白班和晚班的日期
|
|
|
|
export const getMonthReceivedCalendar = async (data: ReceivedCalendarVO) => { |
|
|
|
return await request.put({ url: `/basic/received-calendar/getMonthReceivedCalendar`, data }) |
|
|
|
} |