{!! $tpl->displayNotification() !!}
Copy
Delete
@endif
@if (! empty($availableMasters))
@else
@dispatchEvent('projectTabsContent')
- {!! __('tabs.projectdetails') !!}
- {!! __('tabs.team') !!}
- {!! __('tabs.Integrations') !!}
- {!! __('tabs.todosettings') !!}
- 主数据 @dispatchEvent('projectTabsList')
@include('projects::submodules.projectDetails')
@if ($projectMuteCount > 0)
{{-- Slack webhook --}}
{!! sprintf(__('label.project_mute_count'), $projectMuteCount) !!}
@endif
Mattermost
{!! __('text.mattermost_instructions') !!}
{!! __('label.webhook_url') !!}
Slack
{!! __('text.slack_instructions') !!}
{!! __('label.webhook_url') !!}
Zulip
{!! __('text.zulip_instructions') !!}
Telegram
{!! __('text.telegram_instructions') !!}
Discord
{!! __('text.discord_instructions') !!}
{!! __('label.webhook_url') !!}
关联全局主数据
关联 BOM / 工艺文件 / 工具清单后,可在项目里追加项目级列(日期、库存、采购数量等),不影响全局主数据。
@if (empty($linkedMasters))本项目尚未关联任何主数据。
@else
| 类型 | 编号 | 名称 | 版本 | 操作 |
|---|---|---|---|---|
| {{ $typeNames[$m['type'] ?? 'bom'] ?? 'BOM' }} | {{ $m['bomNo'] ?? '' }} | {{ $m['productName'] ?? '' }} | {{ $m['version'] ?? '' }} | 打开 |
没有可关联的全局主数据。请先到「BOM / 工艺文件 / 工具清单」创建主数据。
@endif