|
@@ -84,6 +84,19 @@ let MainTreeCol = {
|
|
|
}
|
|
|
return "";
|
|
|
},
|
|
|
+ comonUnitFee:function (node) {
|
|
|
+ if (calcTools.isRationItem(node))
|
|
|
+ return node.data.feesIndex?.common?.unitFee
|
|
|
+ else
|
|
|
+ return "";
|
|
|
+ },
|
|
|
+ commonIndex:function (node) {
|
|
|
+ if (calcTools.isBill_FB(node))
|
|
|
+ return node.data.feesIndex?.common?.unitFee
|
|
|
+ else
|
|
|
+ return "";
|
|
|
+ },
|
|
|
+
|
|
|
},
|
|
|
readOnly: {
|
|
|
// Vincent, 2018-01-09
|