Explorar el Código

update readonly setting

zhangweicheng hace 7 años
padre
commit
f44125e048
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      web/users/js/main_tree_col.js

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

@@ -59,6 +59,9 @@ let MainTreeCol = {
         },
         forQuantity:function (node) {
             return MainTreeCol.readOnly.glj(node)||MainTreeCol.readOnly.billsParent(node)
+        },
+        forMarketPrice:function (node) {
+            return MainTreeCol.readOnly.non_volumePrice(node);
         }
     },
     cellType: {