feat: [문서인쇄] 스냅샷 출력 + 절곡 전용 렌더링

- print.blade.php rendered_html 스냅샷 우선 출력
- bending-inspection-data, bending-worklog 파셜 추가
- documents/show.blade.php 개선
- DocumentTemplateSection 모델 보완

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 03:05:07 +09:00
parent d9be4e2400
commit 3e1d1ffc33
6 changed files with 1030 additions and 24 deletions

View File

@@ -14,6 +14,7 @@ class DocumentTemplateSection extends Model
protected $fillable = [
'template_id',
'title',
'description',
'image_path',
'sort_order',
];