|
@@ -689,6 +689,14 @@ function getGLJSearchInfo(ration_glj) {
|
|
|
materialCoe:ration_glj.materialCoe,
|
|
|
materialIndexType:ration_glj.materialIndexType,
|
|
|
materialIndexUnit:ration_glj.materialIndexUnit,
|
|
|
+ is_evaluate:ration_glj.isEstimate?ration_glj.isEstimate:0,
|
|
|
+ is_eval_material:0,
|
|
|
+ no_tax_eqp:0,
|
|
|
+ is_adjust_price:0,
|
|
|
+ is_main_material:0,
|
|
|
+ is_contractor_material:0,
|
|
|
+ supply_quantity:0,
|
|
|
+ supply:0,
|
|
|
materialIndexCoe:ration_glj.materialIndexCoe,
|
|
|
from: ration_glj.from ? ration_glj.from : 'std'//std:标准工料机库, cpt:补充工料机库
|
|
|
};
|