|
@@ -173,6 +173,7 @@ export interface IStdBillResult {
|
|
|
items: IJobOrItem[];
|
|
items: IJobOrItem[];
|
|
|
recharge: string;
|
|
recharge: string;
|
|
|
billsLibId: number;
|
|
billsLibId: number;
|
|
|
|
|
+ sectionInfo?: { first?: string; second?: string; third?: string };
|
|
|
// 经济指标属性
|
|
// 经济指标属性
|
|
|
economicType: string; // 工程经济指标类别
|
|
economicType: string; // 工程经济指标类别
|
|
|
quantityIndexType: string; // 工程量指标类别
|
|
quantityIndexType: string; // 工程量指标类别
|