Browse Source

全国插入设备

zhangweicheng 5 năm trước cách đây
mục cha
commit
b561ddd0ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/over_write/js/quanguo_2018.js

+ 1 - 1
web/over_write/js/quanguo_2018.js

@@ -475,7 +475,7 @@ if (typeof baseFigureTemplate !== 'undefined') {
 
 if (typeof projectObj !== 'undefined') {
   projectObj.isInsertEquipmentVisable = function (selected) {
-      return false;   //全国不管是预算或者工程量清单,都是隐藏   
+      return true;   //全国不管是预算或者工程量清单,都是隐藏   
   }
 }