Ver código fonte

feat(types): 项目工料机类型调整

zhangweicheng 4 anos atrás
pai
commit
fec3228454
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      types/src/interface/glj.ts

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

@@ -198,7 +198,7 @@ export interface IProjectGlj {
   noAdjustPrice: boolean; // 不调价  { type: boolean; default: false }
   noTaxEqp?: boolean; // 不计税设备  { type: boolean; default: false }
   adjCoe?: number; // 调整系数ID
-  specs: string; // 规格型号
+  specs?: string; // 规格型号
   type: GljType; // 类型
   model?: number; // 机型
   unit: string; // 单位
@@ -222,7 +222,7 @@ export interface IProjectGlj {
   // 经济指标数据
   materialIndexType?: string; // 工料指标类别
   materialIndexUnit?: string; // 工料指标单位
-  materialIndexCoe: number; // 单位转换系数
+  materialIndexCoe?: number; // 单位转换系数
   isMainMaterial: boolean; // 是否主要材料 (0为否 1为是) { type: boolean; default: false };
   remark?: string; // 备注
   originPlace?: string; // 产地