|
@@ -181,15 +181,15 @@ export const GljModelName = {
|
|
|
4: '小',
|
|
4: '小',
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-export interface IMatchedInfoPrice{
|
|
|
|
|
- basePrice:string;
|
|
|
|
|
|
|
+export interface IMatchedInfoPrice {
|
|
|
|
|
+ basePrice: string;
|
|
|
key: string;
|
|
key: string;
|
|
|
keywordList: IInfoKeyword[];
|
|
keywordList: IInfoKeyword[];
|
|
|
marketPrice: string;
|
|
marketPrice: string;
|
|
|
name: string;
|
|
name: string;
|
|
|
specs: string;
|
|
specs: string;
|
|
|
unit: string;
|
|
unit: string;
|
|
|
- dateRemark?:string;
|
|
|
|
|
|
|
+ dateRemark?: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IProjectGlj {
|
|
export interface IProjectGlj {
|
|
@@ -240,7 +240,7 @@ export interface IProjectGlj {
|
|
|
infoPrice?: number | null; // 信息价
|
|
infoPrice?: number | null; // 信息价
|
|
|
purchaseFeeRate?: number; // 采保费率
|
|
purchaseFeeRate?: number; // 采保费率
|
|
|
from: FromType; // std, cpt 来自标准工料机库、补充工料机库
|
|
from: FromType; // std, cpt 来自标准工料机库、补充工料机库
|
|
|
- matchedInfoPrice?: IMatchedInfoPrice|null; // 材料检查后匹配到的信息价
|
|
|
|
|
|
|
+ matchedInfoPrice?: IMatchedInfoPrice | null; // 材料检查后匹配到的信息价
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IProjectGljs {
|
|
export interface IProjectGljs {
|