|
@@ -316,7 +316,7 @@ export interface IRation extends IBRBase {
|
|
|
prefix?: RationPrefix; // { type: string; default: '' }; // 定额是补充、借用时用 补 借
|
|
prefix?: RationPrefix; // { type: string; default: '' }; // 定额是补充、借用时用 补 借
|
|
|
referenceRationID?: string; // 如果是通过模板关联子目生成的定额,这里记录对应的主定额ID
|
|
referenceRationID?: string; // 如果是通过模板关联子目生成的定额,这里记录对应的主定额ID
|
|
|
jobContentText?: string; // 工作内容 (选择自清单)
|
|
jobContentText?: string; // 工作内容 (选择自清单)
|
|
|
- manageFeeRate?: string; // 管理费率
|
|
|
|
|
|
|
+ manageFeeRate?: number; // 管理费率
|
|
|
// 是否记取面积增加费
|
|
// 是否记取面积增加费
|
|
|
areaIncreaseFee?: boolean | null; // { type: Schema.Types.Mixed; default: false }; // true 是,false否,null 不确定,三个状态
|
|
areaIncreaseFee?: boolean | null; // { type: Schema.Types.Mixed; default: false }; // true 是,false否,null 不确定,三个状态
|
|
|
// 工料机特有属性
|
|
// 工料机特有属性
|
|
@@ -355,12 +355,6 @@ export interface ILibRationsAndGljsResult {
|
|
|
rationGljs: (IStdGlj | ICptGlj)[];
|
|
rationGljs: (IStdGlj | ICptGlj)[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-export enum RationListType {
|
|
|
|
|
- ASS = 'rationAssList',
|
|
|
|
|
- COE = 'rationCoeList',
|
|
|
|
|
- GLJ = 'rationGljList',
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
// 补充定额章节树-模板(后台设置)
|
|
// 补充定额章节树-模板(后台设置)
|
|
|
export interface ICptRationTreeTemplate {
|
|
export interface ICptRationTreeTemplate {
|
|
|
compilationId: string;
|
|
compilationId: string;
|