|
|
@@ -103,6 +103,8 @@ let modelSchema = {
|
|
|
default: 1
|
|
|
},
|
|
|
from:{type: String,default:'std'},//std, cpt 来自标准工料机库、补充工料机库
|
|
|
+ offSiteTransportLossRate: Number, //场外运输损耗率(实际)
|
|
|
+ transportLossQuantity: Number, //场外运输损耗量(实际)
|
|
|
//以下仅普通材料可用
|
|
|
ratio_data: Schema.Types.Mixed,
|
|
|
remark:String
|