gogs 2 месяцев назад
Родитель
Сommit
d05ad4b065
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Service/StatisticService.php

+ 1 - 0
app/Service/StatisticService.php

@@ -418,6 +418,7 @@ class StatisticService extends Service
                 "state" => $v['state'] == 0 ? "进行中" : "完结",
                 "employee_salary" => $item_employee_list[$v['id']]['salary']??0,
                 "device_depreciation" => $item_device_list[$v['id']]['depreciation']??0,
+                "expense_type" => "费用化支出",
                 "fee_list" => collect($item_fee_list[$v['id']] ?? [])->values()->all(),
             ];
             $return[] = $item_value;