Sfoglia il codice sorgente

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

zhangweicheng 5 anni fa
parent
commit
7ac9215c06
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
   adjCoe?: number; // 调整系数ID
   quantity: number;
   quantity: number;
   customQuantity?: number;
   customQuantity?: number;
-  rationItemQuantity: number;
+  rationQuantity?: number;
   tenderQuantity?: number; // 调整后消耗量
   tenderQuantity?: number; // 调整后消耗量
   createType: gljCreateType; // normal、add、replace  正常、添加工料机、替换工料机
   createType: gljCreateType; // normal、add、replace  正常、添加工料机、替换工料机
   from: fromType; // std, cpt  来自标准工料机库、补充工料机库
   from: fromType; // std, cpt  来自标准工料机库、补充工料机库