Browse Source

清单汇总spread设置相关

MaiXinRong 3 years ago
parent
commit
251298f59a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/lib/spread_setting.js

+ 2 - 2
app/lib/spread_setting.js

@@ -115,8 +115,8 @@ const getStageGatherSpreadSetting = async function (ctx, tid) {
     const gcl = JSON.parse(JSON.stringify(spreadConst.stageGather.gcl));
     const leafXmj = JSON.parse(JSON.stringify(spreadConst.stageGather.leafXmj));
 
-    if (tender.data.measure_type === measureType.tz.value && !tender.info.display.ledger.deal)
-        removeFieldCols(ledger, spreadConst.filterCols.dealCols);
+    // if (tender.data.measure_type === measureType.tz.value && !tender.info.display.ledger.deal)
+    //     removeFieldCols(gcl, spreadConst.filterCols.dealCols);
 
     if (tender.data.measure_type === measureType.gcl.value) removeFieldCols(leafXmj, ['quantity']);
     return [gcl, leafXmj];