Explorar el Código

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

zhangweicheng hace 5 años
padre
commit
3672a68dfd
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      types/src/interface/glj.ts

+ 4 - 3
types/src/interface/glj.ts

@@ -94,8 +94,8 @@ export enum MaterialType {
   GJ = 2,
   MC = 3,
   SN = 4,
-  ST = 5,
-  SS = 6,
+  SPT = 5,
+  SPSJ = 6,
 }
 
 export const MaterialDisplay = {
@@ -135,9 +135,10 @@ export interface IProjectGlj {
   tenderQuantity?: number; // 调整后消耗量
   techQuantity?: number; // 技术措施项目消耗量
   subdivisionQuantity?: number; // 分部分项消耗量
-  tenderPrice?: string; // 调整后价格
+  tenderPrice?: number; // 调整后价格
   materialType?: MaterialType; // 三材类别
   materialCoe?: number; // 三材系数
+  materialQuantity?: number; // 三材量
   // 经济指标数据
   materialIndexType?: string; // 工料指标类别
   materialIndexUnit?: string; // 工料指标单位