浏览代码

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

MaiXinRong 1 年之前
父节点
当前提交
663855f351
共有 2 个文件被更改,包括 0 次插入2 次删除
  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);