Browse Source

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

MaiXinRong 2 years ago
parent
commit
899ad9b3ed
1 changed files with 8 additions and 0 deletions
  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);