|
@@ -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();
|