소스 검색

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

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);