merge(마스터): main_desktop_1 재료_유가전력 합침 — 키 대장 「다음」·「폐기」 합치기
- 「다음」 MO 73 채택(저쪽 새 키) · 나머지는 같음 - 「폐기」 는 양쪽 합집합 — 유류 5줄·되풀이 기호·MN 유지 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JgUhN55Z3BCYhUJTjwTNfj
This commit is contained in:
@@ -44,9 +44,9 @@ export interface FilterArgs {
|
||||
onPick: (sub: string, detail: string, label: string) => void;
|
||||
}
|
||||
|
||||
const MATERIAL_NAMES: Record<string, string> = { 오피넷유가: "유가" };
|
||||
const MATERIAL_NAMES: Record<string, string> = { 유가전력: "유가·전력" };
|
||||
/** 재료 컨테이너 차례 — 여기 없는 파일은 뒤에 */
|
||||
const MATERIAL_ORDER = ["자재품목", "오피넷유가", "품셈재료"];
|
||||
const MATERIAL_ORDER = ["자재품목", "유가전력", "품셈재료"];
|
||||
|
||||
/** 파일 이름 → 목록 글자 — 「소요량_건설품셈_10장_창호…」 → 「건설품셈_10장_창호…」 */
|
||||
export const fileLabel = (file: string): string =>
|
||||
|
||||
Reference in New Issue
Block a user