feat:검사기준서 탭 개선 - tolerance, measurement_type 컬럼 및 inspection_method 공통코드 추가
- document_template_section_items에 tolerance(공차), measurement_type(측정유형) 컬럼 추가 - common_codes에 inspection_method 그룹 6개 코드 삽입 - DocumentTemplateSectionItem 모델 $fillable 업데이트 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,9 @@ class DocumentTemplateSectionItem extends Model
|
||||
'category',
|
||||
'item',
|
||||
'standard',
|
||||
'tolerance',
|
||||
'method',
|
||||
'measurement_type',
|
||||
'frequency',
|
||||
'regulation',
|
||||
'sort_order',
|
||||
|
||||
Reference in New Issue
Block a user