Merge branch 'master' of https://gitee.com/v_cms/zyt
This commit is contained in:
gr
2026-05-18 16:07:03 +08:00
273 changed files with 442 additions and 348 deletions
@@ -68,6 +68,7 @@ class AccountCostLists extends BaseAdminDataLists implements ListsSearchInterfac
'total_amount' => round((float) $this->baseQuery()->sum('amount'), 2),
'days_count' => (int) $this->baseQuery()->distinct(true)->count('cost_date'),
'media_channel_options' => MediaChannelService::getOptions(),
'media_channel_groups' => MediaChannelService::getOptionGroups(),
'dept_options' => DeptLogic::getAllData(),
'supports_dept_binding' => AccountCost::supportsDeptBinding(),
'default_media_channel_code' => MediaChannelService::getDefaultCode(),