- 배차차량관리 목업→API 연동, 배차정보 다중 행 - ShipmentManagement 출고관리 API 매핑 - BillManagement 리팩토링 (섹션 분리, hooks, constants) - 상품권 actions/types 확장 - 출하관리 캘린더 기본 뷰 week-time
12 lines
621 B
TypeScript
12 lines
621 B
TypeScript
export { BasicInfoSection } from './BasicInfoSection';
|
|
export { ElectronicBillSection } from './ElectronicBillSection';
|
|
export { ExchangeBillSection } from './ExchangeBillSection';
|
|
export { DiscountInfoSection } from './DiscountInfoSection';
|
|
export { EndorsementSection } from './EndorsementSection';
|
|
export { CollectionSection } from './CollectionSection';
|
|
export { HistorySection } from './HistorySection';
|
|
export { RenewalSection } from './RenewalSection';
|
|
export { RecourseSection } from './RecourseSection';
|
|
export { BuybackSection } from './BuybackSection';
|
|
export { DishonoredSection } from './DishonoredSection';
|