|
|
@@ -1,3 +1,4 @@
|
|
|
+import { IInfoPriceItem } from '.';
|
|
|
import { FromType, ITreeScm, SupplyType } from './base';
|
|
|
|
|
|
// 工料机类型
|
|
|
@@ -228,6 +229,7 @@ export interface IProjectGlj {
|
|
|
infoPrice?: number | null; // 信息价
|
|
|
purchaseFeeRate?: number; // 采保费率
|
|
|
from: FromType; // std, cpt 来自标准工料机库、补充工料机库
|
|
|
+ matchedInfoPrice?: IInfoPriceItem; // 材料检查后匹配到的信息价
|
|
|
}
|
|
|
|
|
|
export interface IProjectGljs {
|