Prechádzať zdrojové kódy

feat(types): 修改项目工料机类型

zhangweicheng 5 rokov pred
rodič
commit
d39f0678b7
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      types/src/interface/glj.ts

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

@@ -133,8 +133,8 @@ export interface IProjectGlj {
   adjustPrice?: string; // 显示调整基价
   quantity?: number; // 显示关联的消耗量
   tenderQuantity?: number; // 调整后消耗量
-  techQuantity?: string; // 技术措施项目消耗量
-  subdivisionQuantity?: string; // 分部分项消耗量
+  techQuantity?: number; // 技术措施项目消耗量
+  subdivisionQuantity?: number; // 分部分项消耗量
   tenderPrice?: string; // 调整后价格
   materialType?: MaterialType; // 三材类别
   materialCoe?: number; // 三材系数