|
@@ -672,6 +672,8 @@ function getGLJSearchInfo(ration_glj) {
|
|
|
purchaseStorageRate:ration_glj.purchaseStorageRate,
|
|
purchaseStorageRate:ration_glj.purchaseStorageRate,
|
|
|
offSiteTransportLossRate:ration_glj.offSiteTransportLossRate,
|
|
offSiteTransportLossRate:ration_glj.offSiteTransportLossRate,
|
|
|
handlingLossRate:ration_glj.handlingLossRate,
|
|
handlingLossRate:ration_glj.handlingLossRate,
|
|
|
|
|
+ is_adjust_price:0,
|
|
|
|
|
+ is_main_material:1,
|
|
|
from: ration_glj.from ? ration_glj.from : 'std'//std:标准工料机库, cpt:补充工料机库
|
|
from: ration_glj.from ? ration_glj.from : 'std'//std:标准工料机库, cpt:补充工料机库
|
|
|
};
|
|
};
|
|
|
let glj_type_object = glj_type_util.getStdGljTypeCacheObj();
|
|
let glj_type_object = glj_type_util.getStdGljTypeCacheObj();
|