MaiXinRong 1 tahun lalu
induk
melakukan
cd16a34532
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/public/js/gcl_gather.js

+ 1 - 0
app/public/js/gcl_gather.js

@@ -482,6 +482,7 @@ const gclGatherModel = (function () {
                 c.pre_tp = ZhCalc.mul(c.pre_qty, gcl.unit_price, tpDecimal);
                 c.end_qty = ZhCalc.add(c.cur_qty, c.end_qty);
                 c.end_tp = ZhCalc.add(c.cur_tp, c.end_tp);
+                c.end_qty_minus = ZhCalc.add(c.cur_qty_minus, c.end_qty_minus);
             }
             gcl.settle_status = settle_status.length === 1 ? settle_status[0] : 1;
         }