Browse Source

川高养护显示微调

TonyKang 3 years ago
parent
commit
eab0c9f70e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/building_saas/main/js/views/project_info.js

+ 2 - 2
web/building_saas/main/js/views/project_info.js

@@ -72,7 +72,7 @@ var projectInfoObj = {
     showProjectInfo: function (data) {
         if (data) {
             //如果是工程量清单项目,则显示导入、分摊功能
-            if (data.property.valuationType === 'ration') {
+            if (data.property.valuationType === 'ration' || data.property.valuationType === 'bill_budget') {
                 $('#importSpan').show();
                 $('#tab_divide').show();
             }
@@ -104,7 +104,7 @@ var projectInfoObj = {
             });
             SHARE_TO.handleEventListener();
             $("[data-toggle='tooltip']").tooltip();
-            if (data.property.valuationType !== BOQ) {
+            if (data.property.valuationType !== BOQ && data.property.valuationType !== 'bill_budget') {
                 $("#tab_tender_price").css('display', 'none');
             }/*  else {
                 $("#about-calc").css('display', 'none');