瀏覽代碼

Merge branch '3.0.4_online'

vian 4 年之前
父節點
當前提交
4f22aa2c75
共有 1 個文件被更改,包括 1 次插入1 次删除
  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

@@ -320,7 +320,7 @@ let MainTreeCol = {
             /* if(+$('#fileKind').val() === _fileKind.tender) {
                 return true;
             } */
-            return projectObj.project.projectInfo.importedByInterface ||(node.data.outPutMaxPrice === false && node.data.outPutLimitPrice === false);
+            return projectObj.project.projectInfo.importedByInterface || node.data.outPutMaxPrice === false || node.data.outPutLimitPrice === false;
         },
         minPrice: function (node) {
             return projectObj.project.projectInfo.importedByInterface || node.data.outPutLimitPrice === false;