Browse Source

量价的单价不显示。

chenshilong 4 years ago
parent
commit
0f2a9f94d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/main/js/views/main_tree_col.js

+ 1 - 1
web/building_saas/main/js/views/main_tree_col.js

@@ -85,7 +85,7 @@ let MainTreeCol = {
             return "";
         },
         commonUnitFee:function (node) {
-            if (calcTools.isRationItem(node))
+            if (calcTools.isRationCategory(node))
                 return node.data.feesIndex && node.data.feesIndex.common ? node.data.feesIndex.common.unitFee : '';
             else
                 return "";