|
@@ -316,8 +316,8 @@ const gclGatherModel = (function () {
|
|
|
node.b_code = node.code;
|
|
|
const gcl = getGclNode(node);
|
|
|
if (!node.quantity || !node.unit_price) continue;
|
|
|
- gcl.deal_bills_qty = node.quantity;
|
|
|
- gcl.deal_bills_tp = node.total_price;
|
|
|
+ gcl.deal_bills_qty = ZhCalc.add(gcl.deal_bills_qty, node.quantity);
|
|
|
+ gcl.deal_bills_tp = ZhCalc.add(gcl.deal_bills_tp, node.total_price);
|
|
|
}
|
|
|
}
|
|
|
}
|