Browse Source

部位台账,计算问题

MaiXinRong 5 năm trước cách đây
mục cha
commit
2f60ad5779
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/lib/bills_pos_convert.js

+ 1 - 1
app/lib/bills_pos_convert.js

@@ -103,7 +103,7 @@ class BillsPosConvert {
         node.contract_qty = this.ctx.helper.add(node.contract_qty, data.contract_qty);
         node.contract_tp = this.ctx.helper.add(node.contract_tp, data.contract_tp);
         node.qc_qty = this.ctx.helper.add(node.qc_qty, data.qc_qty);
-        node.qc_tp = this.ctx.helper.add(node.qc_tp, );
+        node.qc_tp = this.ctx.helper.add(node.qc_tp, data.qc_tp);
         node.gather_qty = this.ctx.helper.add(node.gather_qty, data.gather_qty);
 
         node.pre_contract_qty = this.ctx.helper.add(node.pre_contract_qty, data.pre_contract_qty);