feat(cupang): 출고방식 파렛트, 상태/문서번호 폼 제거, 폼·상세 레이아웃 개편
- 출고방식 선택지에 "파렛트" 추가 - 신규/수정 폼에서 상태·문서번호 입력 제거 (status는 작성중 기본 + 취소처리로만 변경) - document_no DB 컬럼 제거: init.sql 반영 + 기존 DB용 002 드롭 마이그레이션(승인 후 실행) - 폼: 공통 헤더(좌) / 품목 라인(우) 2열 배치 - 상세: 엑셀·상태변경 버튼 삭제, ◀◀ 달력(검정) 좌측, 수정 우측 정렬, 문서번호 표시 제거 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
.cpg { display: flex; flex-direction: column; gap: 16px; }
|
||||
.cpg-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
|
||||
/* 맨 오른쪽으로 밀기 (수정 버튼) */
|
||||
.cpg-push-right { margin-left: auto; }
|
||||
|
||||
/* ── 레이아웃: 왼쪽 큰 달력 + 오른쪽 리스트 ── */
|
||||
.cpg-layout {
|
||||
@@ -68,6 +70,16 @@
|
||||
|
||||
/* ── 폼 ── */
|
||||
.cpg-form-card { padding: 16px; margin-bottom: 16px; }
|
||||
|
||||
/* 공통 헤더(좌) + 품목 라인(우) 2열 */
|
||||
.cpg-form-2col {
|
||||
display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-start;
|
||||
}
|
||||
.cpg-form-head { flex: 1 1 380px; min-width: 0; margin-bottom: 0; }
|
||||
.cpg-form-lines { flex: 1 1 520px; min-width: 0; margin-bottom: 0; }
|
||||
@media (max-width: 900px) {
|
||||
.cpg-form-head, .cpg-form-lines { flex-basis: 100%; }
|
||||
}
|
||||
.cpg-card-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
|
||||
.cpg-card-head h2 { font-size: 16px; font-weight: 600; margin: 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user