|
@@ -128,7 +128,7 @@ class revisePriceCalc {
|
|
|
node.qc_pc_tp = helper.sub(helper.mul(node.pre_qc_qty, node.unit_price, decimal.tp), node.pre_qc_tp);
|
|
|
node.pc_tp = helper.add(node.contract_pc_tp, node.qc_pc_tp);
|
|
|
result.bpcData.push({
|
|
|
- tid: stage.tid, sid: stage.id, sorder: stage.order, lid: node.lid, org_price: node.pre_unit_price,
|
|
|
+ tid: stage.tid, sid: stage.id, sorder: stage.order, lid: node.id, org_price: node.pre_unit_price,
|
|
|
contract_pc_tp: node.contract_pc_tp, qc_pc_tp: node.qc_pc_tp, pc_tp: node.pc_tp,
|
|
|
});
|
|
|
}
|