cqp 2 сар өмнө
parent
commit
2112bc7073

+ 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 = [