Browse Source

添加含量只读选项

zhangweicheng 7 years ago
parent
commit
6277fe8b59
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web/users/js/main_tree_col.js

+ 3 - 0
web/users/js/main_tree_col.js

@@ -69,6 +69,9 @@ let MainTreeCol = {
         },
         },
         forMarketPrice:function (node) {
         forMarketPrice:function (node) {
             return MainTreeCol.readOnly.non_volumePrice(node);
             return MainTreeCol.readOnly.non_volumePrice(node);
+        },
+        forContain:function (node) {
+            return MainTreeCol.readOnly.non_ration(node)&&!MainTreeCol.readOnly.glj(node);
         }
         }
     },
     },
     cellType: {
     cellType: {