|
|
@@ -19,15 +19,11 @@ $(document).ready(() => {
|
|
|
sjsSettingObj.setFxTreeStyle(xmjSpreadSetting, sjsSettingObj.FxTreeStyle.jz);
|
|
|
if (thousandth) sjsSettingObj.setTpThousandthFormat(xmjSpreadSetting);
|
|
|
SpreadJsObj.initSheet(xmjSheet, xmjSpreadSetting);
|
|
|
- xmjSheet.frozenColumnCount(3);
|
|
|
- xmjSheet.options.frozenlineColor = '#93b5e4';
|
|
|
|
|
|
const unitSpread = SpreadJsObj.createNewSpread($('#unit-spread')[0]);
|
|
|
const unitSheet = unitSpread.getActiveSheet();
|
|
|
if (thousandth) sjsSettingObj.setTpThousandthFormat(xmjSpreadSetting);
|
|
|
SpreadJsObj.initSheet(unitSheet, unitSpreadSetting);
|
|
|
- unitSheet.frozenColumnCount(5);
|
|
|
- unitSheet.options.frozenlineColor = '#93b5e4';
|
|
|
|
|
|
const filterUnitTree = createNewPathTree('filter', {
|
|
|
id: 'ledger_id',
|