feat: 모바일 반응형 UI 개선 및 공휴일/일정 시스템 통합
- MobileCard 접기/펼치기(collapsible) 기능 추가 및 반응형 레이아웃 개선 - DatePicker 공휴일/세무일정 색상 코딩 통합, DateTimePicker 신규 추가 - useCalendarScheduleInit 훅으로 전역 공휴일/일정 데이터 캐싱 - 전 도메인 날짜 필드 DatePicker 표준화 - 생산대시보드/작업지시/견적서/주문관리 모바일 호환성 강화 - 회계 모듈 기능 개선 (매입상세 결재연동, 미수금현황 조회조건 등) - 달력 일정 관리 API 연동 및 대량 등록 다이얼로그 개선 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -261,7 +261,7 @@ export function LocationDetailPanel({
|
||||
|
||||
if (!location) {
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-center h-full bg-gray-50 text-gray-500">
|
||||
<div className="flex flex-col items-center justify-center h-full bg-gray-50 text-gray-500 px-6 text-center">
|
||||
<Package className="h-12 w-12 mb-4 text-gray-300" />
|
||||
<p className="text-lg font-medium">개소를 선택해주세요</p>
|
||||
<p className="text-sm">왼쪽 목록에서 개소를 선택하면 상세 정보가 표시됩니다</p>
|
||||
@@ -279,7 +279,7 @@ export function LocationDetailPanel({
|
||||
<div className="bg-gray-50 border-b">
|
||||
{/* 1행: 층, 부호, 가로, 세로, 제품코드 */}
|
||||
<div className="px-4 py-3 space-y-3">
|
||||
<div className="grid grid-cols-5 gap-3">
|
||||
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-3">
|
||||
<div>
|
||||
<label className="text-xs text-gray-600">층</label>
|
||||
<Input
|
||||
@@ -357,7 +357,7 @@ export function LocationDetailPanel({
|
||||
</div>
|
||||
|
||||
{/* 2행: 가이드레일, 전원, 제어기 */}
|
||||
<div className="grid grid-cols-3 gap-3">
|
||||
<div className="grid grid-cols-1 sm:grid-cols-3 gap-3">
|
||||
<div>
|
||||
<label className="text-xs text-gray-600 flex items-center gap-1">
|
||||
🔧 가이드레일
|
||||
@@ -424,7 +424,7 @@ export function LocationDetailPanel({
|
||||
</div>
|
||||
|
||||
{/* 3행: 제작사이즈, 산출중량, 산출면적, 수량, 산출하기 */}
|
||||
<div className="grid grid-cols-5 gap-3 text-sm pt-2 border-t border-gray-200">
|
||||
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-3 text-sm pt-2 border-t border-gray-200">
|
||||
<div>
|
||||
<span className="text-xs text-gray-500">제작사이즈</span>
|
||||
<p className="font-semibold">
|
||||
|
||||
Reference in New Issue
Block a user