|
|
@@ -143,6 +143,7 @@ export interface IBill extends IBRBase {
|
|
|
claimVisa?: string; // 签证及索赔依据
|
|
|
checkFormResult?: string; // 形式检测结果
|
|
|
checkMaterialResult?: string; // 材料检测结果
|
|
|
+ checkPriceDiffResult?: string; // 材价差检测结果
|
|
|
priceScope?: IPriceScope; // 价格区间
|
|
|
classCode?: string; // 类别别名,清单经过机器检测后会加上
|
|
|
checkRationResult?: string; // 机器检测结果(必套、选套、错套定额相关)
|