|
@@ -490,10 +490,15 @@ export interface ISelectRationLibItem extends IFileRef {
|
|
|
enterpriseName?: string; // 库来自企业的名称(企业分享会有)
|
|
enterpriseName?: string; // 库来自企业的名称(企业分享会有)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+export interface IBiddingFileRationGlj extends IStdGlj {
|
|
|
|
|
+ consumeAmt: number;
|
|
|
|
|
+ gljId: number;
|
|
|
|
|
+}
|
|
|
// 招投标接口要匹配的标准定额(额外组装子目换算数据)
|
|
// 招投标接口要匹配的标准定额(额外组装子目换算数据)
|
|
|
export interface IBiddingFileRation extends IStdRation {
|
|
export interface IBiddingFileRation extends IStdRation {
|
|
|
newCoeList?: IRationCoe[];
|
|
newCoeList?: IRationCoe[];
|
|
|
newAssList?: IRationAss[];
|
|
newAssList?: IRationAss[];
|
|
|
newInstallList?: IRationInstall[];
|
|
newInstallList?: IRationInstall[];
|
|
|
|
|
+ newRationGljList?: IBiddingFileRationGlj[];
|
|
|
thirdRation?: IThirdRation;
|
|
thirdRation?: IThirdRation;
|
|
|
}
|
|
}
|