Browse Source

预算项目屏蔽“调价”,工程量清单项目正常显示。

chenshilong 7 years ago
parent
commit
e7c09dcabb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      web/building_saas/main/js/main.js

+ 4 - 0
web/building_saas/main/js/main.js

@@ -3,8 +3,12 @@
  */
 $(function () {
     loadMainSize();
+
     $("#header-menu").removeAttr('style');
 
+    if (projectInfoObj.projectInfo.property.valuationType == 'bill')
+        $("#tab_tender_price").css('display', 'none');
+
     $('#tab_baobiao').on('shown.bs.tab', function (e) {
         $(e.relatedTarget.hash).removeClass('active');
         // do something