feat(工作报告定时生成): 工作报告现在可以定时生成,并且可以刷新当前报告。
This commit is contained in:
6
src/typings/api/work-report.d.ts
vendored
6
src/typings/api/work-report.d.ts
vendored
@@ -132,6 +132,8 @@ declare namespace Api {
|
||||
WeeklyReportSaveParams,
|
||||
'periodKey' | 'periodLabel' | 'periodStartDate' | 'periodEndDate'
|
||||
>;
|
||||
|
||||
type WeeklyReportRefreshDraftParams = WeeklyReportSaveParams;
|
||||
}
|
||||
|
||||
namespace Monthly {
|
||||
@@ -178,6 +180,8 @@ declare namespace Api {
|
||||
'periodKey' | 'periodLabel' | 'periodStartDate' | 'periodEndDate'
|
||||
>;
|
||||
|
||||
type MonthlyReportRefreshDraftParams = MonthlyReportSaveParams;
|
||||
|
||||
interface MonthlyReportApproveParams extends Common.StatusActionParams {
|
||||
meetingDate?: string | null;
|
||||
strengthDesc?: string | null;
|
||||
@@ -285,6 +289,8 @@ declare namespace Api {
|
||||
ProjectReportSaveParams,
|
||||
'periodKey' | 'periodLabel' | 'periodStartDate' | 'periodEndDate' | 'flag'
|
||||
>;
|
||||
|
||||
type ProjectReportRefreshDraftParams = Omit<ProjectReportSaveParams, 'projectId'>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user