Pārlūkot izejas kodu

列设置更新

MaiXinRong 7 gadi atpakaļ
vecāks
revīzija
820fe2a806
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      web/users/js/col_setting.js

+ 2 - 1
web/users/js/col_setting.js

@@ -47,7 +47,8 @@ let ColSettingObj = {
         this.cellType.readOnly.items([true, false,
             'readOnly.bills', 'readOnly.ration', 'readOnly.volumePrice',
             'readOnly.non_bills', 'readOnly.non_ration', 'readOnly.non_volumePrice',
-            'readOnly.billsParent', 'readOnly.forCalcBase'
+            'readOnly.billsParent', 'readOnly.forCalcBase', 'readOnly.forUnitFee',
+            'readOnly.forTotalFee', 'readOnly.leafBillsWithDetail'
         ]);
 
         this.cellType.getText = new GC.Spread.Sheets.CellTypes.ComboBox();