|
|
@@ -149,6 +149,7 @@ export interface IBill extends IBRBase {
|
|
|
groupCode?: string; // 类别组,当机器检测结果不正确时,纠正措施
|
|
|
checkRationResult?: string; // 机器检测结果(必套、选套、错套定额相关)
|
|
|
checked?: boolean; // 是否已经进行清单检测过的清单,为true表式已经检测过了(用来计算通过率)
|
|
|
+ setParentQuantity?: boolean; // 是否打勾了填父量
|
|
|
[key: string]: any; // 剩下的之后补充
|
|
|
}
|
|
|
|