Browse Source

版本大修改

cqp 2 tháng trước cách đây
mục cha
commit
2112bc7073
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/Service/ApplyOrderService.php

+ 2 - 0
app/Service/ApplyOrderService.php

@@ -1809,6 +1809,8 @@ class ApplyOrderService extends Service
                     $quantity = $value['quantity'];
                 }elseif (! empty($value['dispatch_quantity'])){
                     $quantity = $value['dispatch_quantity'];
+                }elseif (! empty($value['num'])){
+                    $quantity = $value['num'];
                 }
                 $t = $return[$value['product_no']] ?? [];
                 $tmp = [