Browse Source

清单对比,工程量清单模式下,项目节汇总,分部工程不显示问题

MaiXinRong 1 year ago
parent
commit
663855f351
2 changed files with 0 additions and 2 deletions
  1. 0 1
      app/public/js/ledger_gather.js
  2. 0 1
      app/public/js/revise_gcl_compare.js

+ 0 - 1
app/public/js/ledger_gather.js

@@ -127,7 +127,6 @@ $(document).ready(() => {
             colWidth: true,
         },
     };
-    if (!isTz) gatherLeafXmjSpreadSetting.cols.splice(1, 1);
     if (thousandth) sjsSettingObj.setTpThousandthFormat(gatherLeafXmjSpreadSetting);
     const gatherLeafXmjSheet = gatherLeafXmjSpread.getActiveSheet();
     SpreadJsObj.initSheet(gatherLeafXmjSheet, gatherLeafXmjSpreadSetting);

+ 0 - 1
app/public/js/revise_gcl_compare.js

@@ -130,7 +130,6 @@ $(document).ready(() => {
             colWidth: true,
         },
     };
-    if (!isTz) gatherLeafXmjSpreadSetting.cols.splice(1, 1);
     if (thousandth) sjsSettingObj.setTpThousandthFormat(gatherLeafXmjSpreadSetting);
     const gatherLeafXmjSheet = gatherLeafXmjSpread.getActiveSheet();
     SpreadJsObj.initSheet(gatherLeafXmjSheet, gatherLeafXmjSpreadSetting);