瀏覽代碼

列设置更新

MaiXinRong 7 年之前
父節點
當前提交
820fe2a806
共有 1 個文件被更改,包括 2 次插入1 次删除
  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();