|
|
@@ -203,8 +203,6 @@ export interface IRationGlj {
|
|
|
customQuantity?: number;
|
|
|
rationQuantity?: number;
|
|
|
tenderQuantity?: number; // 调整后消耗量
|
|
|
- marketPrice?: number; // 市场价 - 不保存至数据库
|
|
|
- basePrice?: number; // 定额价 - 不保存至数据库
|
|
|
createType: gljCreateType; // normal、add、replace 正常、添加工料机、替换工料机
|
|
|
from: fromType; // std, cpt 来自标准工料机库、补充工料机库
|
|
|
}
|