Browse Source

明细组号

gorden 1 tháng trước cách đây
mục cha
commit
da87b3e82d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/event/statistics/InOutEvent.php

+ 1 - 0
app/event/statistics/InOutEvent.php

@@ -81,6 +81,7 @@ class InOutEvent
                 ];
                 $inoutObjectJson['classify'][] = $sheet['goods']['goods_classify'] ?? '';
             }
+            $inoutObjectJson['ordergroup'] = $order->order_groupby;
             $data['inout_object_json'] = json_encode($inoutObjectJson);
             $data['inout_name'] = implode(',', $data['inout_name']);