Sfoglia il codice sorgente

Merge branch '1.0.0_online' of http://smartcost.f3322.net:3000/SmartCost/ConstructionCost into 1.0.0_online

zhongzewei 6 anni fa
parent
commit
7ab1a95e1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/building_saas/main/js/views/project_glj_view.js

+ 1 - 1
web/building_saas/main/js/views/project_glj_view.js

@@ -254,7 +254,7 @@ projectGljObject={
             return false;
             return false;
         }
         }
 
 
-        if(isPaste == false &&(dataCode=='is_adjust_price'||dataCode=='is_evaluate'||dataCode=='is_main_material')){//除了粘贴,拖动填充等操作,其它的都不能编辑
+        if(isPaste == false &&(dataCode=='is_adjust_price'||dataCode=='is_evaluate'||dataCode=='is_main_material'||dataCode == 'is_eval_material'||dataCode=='no_tax_eqp')){//除了粘贴,拖动填充等操作,其它的都不能编辑
             return false;
             return false;
         }
         }
         if(dataCode=='basePrice'||dataCode=='marketPrice'||dataCode=='supply'){//有组成物时,市场单价、定额价、供货方式不能修改
         if(dataCode=='basePrice'||dataCode=='marketPrice'||dataCode=='supply'){//有组成物时,市场单价、定额价、供货方式不能修改