Explorar o código

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

lishihao %!s(int64=4) %!d(string=hai) anos
pai
achega
29f4fbdad5
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  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{