|
@@ -19,11 +19,15 @@ $(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 unitTreeObj = {
|
|
|
loadCurUnitData: function () {
|