@@ -63,7 +63,11 @@ interface IProcess {
approvalChangePrice: number;
approvaledPrice: number;
}
-export type TypeMessageData = 'approval' | 'system';
+
+export enum TypeMessageData {
+ APPROVAL = 'approval',
+ SYSTEM = 'system',
+}
export interface IMessageContent {
stepName: string;
@@ -495,6 +495,8 @@ export interface IAuditSummaryItem {
approvalTime: string;
// 金额
fee: string;
+ // 大写金额
+ feeInWords: string;
// 与上一阶段对比
compareToPrev: IAuditSummaryDiff;
// 与上送审对比