feat: 수주/견적 기능 개선 및 PDF 생성 업데이트
- 수주 상세 뷰/수정 컴포넌트 개선 - 견적 위치 패널 업데이트 - PDF 생성 API 수정 - 레이아웃 및 공통코드 API 업데이트 - 패키지 의존성 업데이트
This commit is contained in:
@@ -134,6 +134,20 @@ export async function getDeliveryMethodOptions() {
|
||||
return getCommonCodeOptions('delivery_method');
|
||||
}
|
||||
|
||||
/**
|
||||
* 운임비용 코드 조회
|
||||
*/
|
||||
export async function getShippingCostCodes() {
|
||||
return getCommonCodes('shipping_cost');
|
||||
}
|
||||
|
||||
/**
|
||||
* 운임비용 옵션 조회
|
||||
*/
|
||||
export async function getShippingCostOptions() {
|
||||
return getCommonCodeOptions('shipping_cost');
|
||||
}
|
||||
|
||||
/**
|
||||
* 코드값으로 라벨 조회 (code → name 매핑)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user