|
|
@@ -299,7 +299,7 @@ export interface IRation extends IBRBase {
|
|
|
programID?: number;
|
|
|
tenderQuantity?: string; // 调整后工程量
|
|
|
noAdjustPrice?: boolean; // { type: boolean; default: false }; // 不调价
|
|
|
- targetUnitFee?: string; // 目标单价
|
|
|
+ targetUnitPrice?: string; // 目标单价
|
|
|
targetTotalFee?: string; // 目标合价
|
|
|
from?: FromType; // { type: string; default: 'std' }; // std, cpt 来自标准、补充
|
|
|
isSubcontract?: boolean; // 是否分包
|