MaiXinRong hace 4 años
padre
commit
2f5fbb9de7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/lib/sum_load.js

+ 1 - 0
app/lib/sum_load.js

@@ -248,6 +248,7 @@ class gatherStageGclTree extends loadGclBaseTree {
                 org_order: d.order,
                 org_order: d.order,
                 contract_qty: 0,
                 contract_qty: 0,
                 contract_tp: 0,
                 contract_tp: 0,
+                is_tp: d.is_tp,
             };
             };
             parent.children.push(baseNode);
             parent.children.push(baseNode);
             Index[baseNode.ledger_id] = baseNode;
             Index[baseNode.ledger_id] = baseNode;