Browse Source

量价单位不能选择。

chenshilong 7 years ago
parent
commit
5be427c5ee
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

@@ -77,7 +77,7 @@ let MainTreeCol = {
             return node.sourceType === projectObj.project.Bills.getSourceType();
         },
         ration: function (node) {
-            return node.sourceType === projectObj.project.Ration.getSourceType();
+            return !projectObj.project.calcProgram.isVolumePrice(node);
         },
         glj: function (node) {
             return node.sourceType == projectObj.project.ration_glj.getSourceType();