|
@@ -413,6 +413,9 @@ const importXML = (() => {
|
|
|
rationData.fees.push(...extractFeeContent(getValue(rationSrc, ['费用组成'])));
|
|
|
//定额人材机
|
|
|
let rationGljSrc = arrayValue(rationSrc, ['工料分析', '人材机含量']);
|
|
|
+
|
|
|
+ rationGljSrc= rationGljSrc.filter(rjSrc=>!['FXF','GLF','LR'].includes(getValue(rjSrc, ['_人材机代码'])))//过滤掉一般风险费、企业管理费、利润
|
|
|
+
|
|
|
rationData.rationGljs = rationGljSrc.map(rjSrc => {
|
|
|
return {
|
|
|
code: getValue(rjSrc, ['_人材机代码']),
|