Pārlūkot izejas kodu

分享的项目,调价相关元素操作屏蔽。

chenshilong 5 gadi atpakaļ
vecāks
revīzija
0269aa6646
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      web/building_saas/main/js/views/project_view.js

+ 2 - 1
web/building_saas/main/js/views/project_view.js

@@ -3326,11 +3326,12 @@ function disableTools(){
     $('#calcProgramFileSelect').prop('disabled', 'disabled');
     //调价
     $('#calcPriceOption').prop('disabled', 'disabled');
-    $('#gljPriceTenderCoe').prop('disabled', 'disabled');
+    $('#gljPriceTenderCoe').prop('readOnly', true);
     $('#tenderGLJQuantity').prop('disabled', 'disabled');
     $('#tenderRationQuantity').prop('disabled', 'disabled');
     $('#tenderPrice').prop('disabled', 'disabled');
     $('#cleanTender').prop('disabled', 'disabled');
+    $('#calcTender').prop('disabled', 'disabled');
 }
 //项目只读,表格只读
 function disableSpread(spread){