Преглед изворни кода

feat(types): 更新定额工料机类型

zhangweicheng пре 5 година
родитељ
комит
7ac9215c06
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/ration.ts

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

@@ -209,7 +209,7 @@ export interface IRationGlj {
   adjCoe?: number; // 调整系数ID
   quantity: number;
   customQuantity?: number;
-  rationItemQuantity: number;
+  rationQuantity?: number;
   tenderQuantity?: number; // 调整后消耗量
   createType: gljCreateType; // normal、add、replace  正常、添加工料机、替换工料机
   from: fromType; // std, cpt  来自标准工料机库、补充工料机库