fix(WEB): 견적 제품분류 동적 결정 + 슬랫 작업일지 포맷 개선

- 견적: product_category 하드코딩 'screen' → FG 품목의 item_category에서 자동 결정
- LocationItem에 itemCategory 필드 추가, 제품 선택 시 자동 설정
- 슬랫 작업일지: 코일 사용량 소수점 포맷 (212.0 → 212, 212.5 유지)
- 슬랫 작업일지: 헤더 "설치홈/부호" → "층/부호"
This commit is contained in:
2026-02-21 02:03:33 +09:00
parent e15de71f52
commit 77cad7a83a
5 changed files with 35 additions and 9 deletions

View File

@@ -152,6 +152,7 @@ export function LocationListPanel({
openHeight: parseFloat(formData.openHeight) || 0,
productCode: formData.productCode,
productName: product?.item_name || formData.productCode,
itemCategory: product?.item_category,
quantity: parseInt(formData.quantity) || 1,
guideRailType: formData.guideRailType,
motorPower: formData.motorPower,