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