Просмотр исходного кода

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

zhangweicheng 5 лет назад
Родитель
Сommit
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  来自标准工料机库、补充工料机库