Browse Source

自定义打印

gorden 1 tháng trước cách đây
mục cha
commit
586d80c8d6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/admin/controller/order/WholeController.php

+ 2 - 0
app/admin/controller/order/WholeController.php

@@ -4523,6 +4523,8 @@ class WholeController extends Curd
                 if (!empty($premises) || !empty($restaurant)) {
                     if ($order->order_classify == 'DISHES' && empty($restaurant)) {
                         $restaurant = SysDept::where('dept_super_id', $premises->dept_id)->where('dept_category', '餐厅')->first();
+                    } elseif ($order->order_classify != 'DISHES') {
+                        $restaurant = $premises;
                     }
                     if (!empty($restaurant->dept_extend_json)) {
                         $voteData = [