Explorar o código

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
899ad9b3ed
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      app/public/js/change_revise.js

+ 8 - 0
app/public/js/change_revise.js

@@ -96,6 +96,10 @@ $(document).ready(() => {
             },
         },
     ];
+    billsSpreadSetting.localCache = {
+        key: 'changes-ledger-spread',
+        colWidth: true,
+    };
     sjsSettingObj.setFxTreeStyle(billsSpreadSetting, sjsSettingObj.FxTreeStyle.jz);
     if (thousandth) sjsSettingObj.setTpThousandthFormat(billsSpreadSetting);
     SpreadJsObj.initSpreadSettingEvents(billsSpreadSetting, billsCol);
@@ -116,6 +120,10 @@ $(document).ready(() => {
             },
         },
     ];
+    posSpreadSetting.localCache = {
+        key: 'changes-pos-spread',
+            colWidth: true,
+    };
     sjsSettingObj.setGridSelectStyle(posSpreadSetting);
     if (thousandth) sjsSettingObj.setTpThousandthFormat(posSpreadSetting);
     SpreadJsObj.initSpreadSettingEvents(posSpreadSetting, posCol);