Selaa lähdekoodia

量价、工料机款定额,人工列只读。

chenshilong 4 vuotta sitten
vanhempi
commit
56fcf4dc05
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      web/building_saas/main/js/views/tender_price_view.js

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

@@ -419,7 +419,7 @@ let tender_obj={
         // 量价类,工料机消耗量调整系数不允许输入
         let treeNode = me.tenderTree.items[row];
         if (calcTools.isVolumePrice(treeNode) || calcTools.isGljRation(treeNode)){
-            if ([11,12,13,14,15].includes(col))
+            if ([10,11,12,13,14,15].includes(col))
                 return false;
         };
         return true;