|
|
@@ -17,7 +17,8 @@ export interface IReviewRecordFormInfo {
|
|
|
issues: Record<string, string>;
|
|
|
pass: Record<string, boolean>;
|
|
|
opinion: string;
|
|
|
- date: number;
|
|
|
+ date: number; // 填写的预算复核表复核日期
|
|
|
+ modifyDate?: number; // 修改预算复核表的日期
|
|
|
}
|
|
|
export interface IReviewRecordForm {
|
|
|
ID: string;
|