|
|
@@ -1,7 +1,7 @@
|
|
|
import { IComponent } from './glj';
|
|
|
import { FileType } from './project';
|
|
|
import { IElfItem } from './billGuide';
|
|
|
-import { BRType, IBRBase, INumFileRef, ITreeScm } from './base';
|
|
|
+import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
|
|
|
import { ICalcItem } from './calculation';
|
|
|
|
|
|
// 清单固定类别
|
|
|
@@ -284,7 +284,9 @@ export interface IBillIndexRation {
|
|
|
quantity: string;
|
|
|
unitPrice: string;
|
|
|
rationGljList: IBillIndexGlj[];
|
|
|
- dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
|
|
|
+ dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
|
|
|
+ fees?: IFees; // 费用字段
|
|
|
+ calcItems?: ICalcItem[];
|
|
|
}
|
|
|
|
|
|
export interface IFBIndex {
|
|
|
@@ -307,9 +309,10 @@ export interface IFBIndex {
|
|
|
month?: string; // 信息价月
|
|
|
fileType?: FileType; // 文件类型
|
|
|
indexTypes?: string[]; // 项目分类或者说功能分类--
|
|
|
- dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
|
|
|
+ dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
|
|
|
minUnitPrice?: string;
|
|
|
maxUnitPrice?: string;
|
|
|
+ fees?: IFees; // 费用字段
|
|
|
}
|
|
|
export interface IBillIndex extends IFBIndex {
|
|
|
classCode: string; // 类别别名
|