فهرست منبع

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) {
             /* if(+$('#fileKind').val() === _fileKind.tender) {
                 return true;
                 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) {
         minPrice: function (node) {
             return projectObj.project.projectInfo.importedByInterface || node.data.outPutLimitPrice === false;
             return projectObj.project.projectInfo.importedByInterface || node.data.outPutLimitPrice === false;