|
@@ -255,7 +255,7 @@ export interface IProjectGlj {
|
|
|
|
|
|
|
|
export interface IProjectGljs {
|
|
export interface IProjectGljs {
|
|
|
projectID: string;
|
|
projectID: string;
|
|
|
- projectGLJs: IProjectGlj[];
|
|
|
|
|
|
|
+ projectGljs: IProjectGlj[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IStdRationGlj extends IBaseRationGlj {
|
|
export interface IStdRationGlj extends IBaseRationGlj {
|
|
@@ -346,7 +346,6 @@ export interface IRation {
|
|
|
maskName?: string;
|
|
maskName?: string;
|
|
|
caption?: string;
|
|
caption?: string;
|
|
|
evaluationProject?: boolean; // { type: boolean; default: false }; // 1 true 0 false 估价项目
|
|
evaluationProject?: boolean; // { type: boolean; default: false }; // 1 true 0 false 估价项目
|
|
|
- isFromDetail: boolean; // { type: boolean; default: false }; // 1 true 0 false
|
|
|
|
|
adjustState?: string;
|
|
adjustState?: string;
|
|
|
comments?: string; // 说明
|
|
comments?: string; // 说明
|
|
|
content?: string; // 工作内容
|
|
content?: string; // 工作内容
|
|
@@ -374,9 +373,9 @@ export interface IRation {
|
|
|
rationGljList?: IRationGlj[]; // 定额工料机
|
|
rationGljList?: IRationGlj[]; // 定额工料机
|
|
|
rationAssList?: IRationAss[]; // 辅助定额
|
|
rationAssList?: IRationAss[]; // 辅助定额
|
|
|
quantityDetails?: any; // 工程量明细 -- 原先保存在另外的表中
|
|
quantityDetails?: any; // 工程量明细 -- 原先保存在另外的表中
|
|
|
- rationCoeList: IRationCoe[]; // 定额调整系数
|
|
|
|
|
|
|
+ rationCoeList?: IRationCoe[]; // 定额调整系数
|
|
|
rationTemplate?: IRationTemplate; // 定额模板
|
|
rationTemplate?: IRationTemplate; // 定额模板
|
|
|
- rationInstallList: IRationInstall[]; // 定额安装增加
|
|
|
|
|
|
|
+ rationInstallList?: IRationInstall[]; // 定额安装增加
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IRations {
|
|
export interface IRations {
|