fix(WEB): 주문등록 수정 및 통합리스트 템플릿 기능 보강

- OrderRegistration 수정
- IntegratedListTemplateV2 기능 확장 (+42줄)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-02-05 09:17:31 +09:00
parent abd243fce2
commit cc1b813a9d
2 changed files with 42 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ export function OrderRegistration({
// 폼 콘텐츠 렌더링
const renderFormContent = useCallback(
() => (
<div className="space-y-6 max-w-4xl">
<div className="space-y-6">
{/* Validation 에러 Alert */}
{Object.keys(fieldErrors).length > 0 && (
<Alert className="bg-red-50 border-red-200">