Просмотр исходного кода

feat(types): 项目工料机匹配结果

zhangweicheng 4 лет назад
Родитель
Сommit
cfc4c5834c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      types/src/interface/glj.ts

+ 2 - 0
types/src/interface/glj.ts

@@ -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 {