|
@@ -297,6 +297,15 @@ export interface IThirdRation {
|
|
|
rationGljList: IRationGlj[];
|
|
rationGljList: IRationGlj[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+export interface IReferenceRationInfo {
|
|
|
|
|
+ ID: string;
|
|
|
|
|
+ labourQuantity: number;
|
|
|
|
|
+ materialQuantity: number;
|
|
|
|
|
+ machineQuantity: number;
|
|
|
|
|
+ managerQuantity: number;
|
|
|
|
|
+ feeRate: number;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
export interface IRation extends IBRBase {
|
|
export interface IRation extends IBRBase {
|
|
|
type?: GljType; // 子类型:1人工、201材料、301机械、4主材、5设备
|
|
type?: GljType; // 子类型:1人工、201材料、301机械、4主材、5设备
|
|
|
contain?: number; // 含量
|
|
contain?: number; // 含量
|
|
@@ -334,7 +343,7 @@ export interface IRation extends IBRBase {
|
|
|
adjCoe?: number;
|
|
adjCoe?: number;
|
|
|
remark?: string; // 备注
|
|
remark?: string; // 备注
|
|
|
overHeight?: string; // 超高降效
|
|
overHeight?: string; // 超高降效
|
|
|
- referenceRationList?: any; // { type: Array; default: [] }; // 关联的定额ID列表,如超高子目关联的定额ID列表
|
|
|
|
|
|
|
+ referenceRationList?: IReferenceRationInfo[]; // { type: Array; default: [] }; // 关联的定额ID列表,如超高子目关联的定额ID列表
|
|
|
// 定额子项
|
|
// 定额子项
|
|
|
rationGljList?: IRationGlj[]; // 定额工料机
|
|
rationGljList?: IRationGlj[]; // 定额工料机
|
|
|
rationAssList?: IRationAss[]; // 辅助定额
|
|
rationAssList?: IRationAss[]; // 辅助定额
|