|
@@ -306,6 +306,7 @@ const gclGatherModel = (function () {
|
|
|
if (deal && deal.length > 0) {
|
|
|
for (const node of deal) {
|
|
|
node.b_code = node.code;
|
|
|
+ if (!node.quantity || !node.unit_price) continue;
|
|
|
const gcl = getGclNode(node);
|
|
|
gcl.deal_bills_qty = node.quantity;
|
|
|
gcl.deal_bills_tp = node.total_price;
|