|
|
@@ -1125,7 +1125,7 @@
|
|
|
// 取树结点的调价系数。
|
|
|
getCoe: function (node, tender) {
|
|
|
if (tender == tenderTypes.ttReverseGLJ)
|
|
|
- return (calcTools.isVP_or_GLJR(node)) ? node.data.rationQuantityCoe : node.data.quantityCoe.labour
|
|
|
+ return calcTools.isVP_or_GLJR(node) ? node.data.rationQuantityCoe : (node.data.quantityCoe ? node.data.quantityCoe.labour : 0)
|
|
|
else if (tender == tenderTypes.ttReverseRation)
|
|
|
return node.data.rationQuantityCoe;
|
|
|
}
|