|
@@ -283,7 +283,7 @@ export interface IBillIndexRation {
|
|
|
quantity: string;
|
|
quantity: string;
|
|
|
unitPrice: string;
|
|
unitPrice: string;
|
|
|
rationGljList: IBillIndexGlj[];
|
|
rationGljList: IBillIndexGlj[];
|
|
|
- dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
|
|
|
|
|
|
|
+ dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
|
|
|
fees?: IFees; // 费用字段
|
|
fees?: IFees; // 费用字段
|
|
|
calcItems?: ICalcItem[];
|
|
calcItems?: ICalcItem[];
|
|
|
}
|
|
}
|
|
@@ -308,7 +308,7 @@ export interface IFBIndex {
|
|
|
month?: string; // 信息价月
|
|
month?: string; // 信息价月
|
|
|
fileType?: FileType; // 文件类型
|
|
fileType?: FileType; // 文件类型
|
|
|
indexTypes?: string[]; // 项目分类或者说功能分类--
|
|
indexTypes?: string[]; // 项目分类或者说功能分类--
|
|
|
- dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
|
|
|
|
|
|
|
+ dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
|
|
|
minUnitPrice?: string;
|
|
minUnitPrice?: string;
|
|
|
maxUnitPrice?: string;
|
|
maxUnitPrice?: string;
|
|
|
fees?: IFees; // 费用字段
|
|
fees?: IFees; // 费用字段
|