|
|
@@ -1781,18 +1781,6 @@ const ImportXML = (() => {
|
|
|
let tempV = ration.quantity / bills.quantity;
|
|
|
ration.contain = isFinite(tempV) ? scMathUtil.roundForObj(tempV, 6) : '0';
|
|
|
}
|
|
|
- //工程量表达式:工程量 * 单位前的量
|
|
|
- /*if (!ration.unit) {
|
|
|
- ration.quantityEXP = ration.quantity;
|
|
|
- } else {
|
|
|
- let unitNum = ration.unit.match(/^\d+/);
|
|
|
- //工程量小数位数
|
|
|
- let qDecimal = ration.quantity.match(/\.\d+/);
|
|
|
- ration.quantityEXP = unitNum
|
|
|
- ? scMathUtil.roundForObj(ration.quantity * unitNum[0], qDecimal ? qDecimal[0] - 1 : 0)
|
|
|
- : ration.quantity;
|
|
|
- }*/
|
|
|
- // 问题
|
|
|
//处理定额人材机,添加需要的数据
|
|
|
ration.rationGljs.forEach(rGLJ => {
|
|
|
//let matchGLJ = projectGLJMap[rGLJ.code];
|