Jelajahi Sumber

fix(report): 批量打印功能相关

lishihao 4 tahun lalu
induk
melakukan
29f4fbdad5
1 mengubah file dengan 5 tambahan dan 3 penghapusan
  1. 5 3
      report/src/interface/basic.ts

+ 5 - 3
report/src/interface/basic.ts

@@ -635,10 +635,12 @@ export interface RptTreeNode {
     children?: RptTreeNode[];
     userId?: string;
     flags?: {
-      constructSumType?: string | null;
-      taxType?: string | null;
-      auditType?: string | null;
+        constructSumType?: string | null;
+        taxType?: string | null;
+        auditType?: string | null;
+        rptTplType?:string | null;
     };
+    UID?:number
   }
 //   方案列表
 export interface IRptSchemeList{