Browse Source

fix(types): 调价

chenshilong 4 years ago
parent
commit
124b28e53a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      types/src/interface/ration.ts

+ 2 - 2
types/src/interface/ration.ts

@@ -299,8 +299,8 @@ export interface IRation extends IBRBase {
   programID?: number;
   tenderQuantity?: string; // 调整后工程量
   noAdjustPrice?: boolean; // { type: boolean; default: false }; // 不调价
-  targetUnitPrice?: string; // 目标单价
-  targetTotalFee?: string; // 目标合价
+  // targetUnitPrice?: string; // 目标单价
+  // targetTotalFee?: string; // 目标合价
   from?: FromType; // { type: string; default: 'std' }; // std, cpt  来自标准、补充
   isSubcontract?: boolean; // 是否分包
   installationKey?: string; // 用来记录安装增加费的关联字段