|
|
@@ -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 来自标准工料机库、补充工料机库
|