auto: 2026-09-22 18:53 (ESD_LAPTOP)

This commit is contained in:
2026-09-22 18:53:05 +09:00
parent 033158a0d1
commit f1acbb77b9
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -262,7 +262,7 @@ export async function mountM01LogicLab(
// 왼쪽 「전체」 + 구분 → 상세구분 거름 — 고르면 목록으로 돌아와 그 범위만
filterHost.replaceChildren(
side.filter({
id: "로직|",
id: "로직시험|",
store: "m01.filter.로직시험",
subs,
total: list.total(),
@@ -421,7 +421,7 @@ export async function mountM01LogicLab(
],
}),
);
side.logicHost.replaceChildren(filterHost);
side.labHost.replaceChildren(filterHost);
show(null);
showLoadingOverlay();
const openKeyOn = async (key: string): Promise<void> => {
@@ -1,6 +1,6 @@
/* =============================================================================
* M01_MasterData_UI_LogicLab_Detail.ts
* 「단가산출 로직」 상세 화면 — 컨테이너 넷을 위에서 아래로
* 「로직 개선 시험」 상세 화면 — 컨테이너 넷을 위에서 아래로
* ① 기본정보(정본은 읽기 전용 · 비고만 고침) ② 단가산출 상세(인력·자재·경비·그 밖 묶음 + 소계)
* ③ 텍스트 수식(자리 — `_LogicLab_Formula.ts`) ④ 시험 계산(입력값 + 결과값 — `Logic_Calc` 그대로)
* 호표 줄을 누르면 그 줄이 쓰는 자료 모달(`_LogicLab_Modal.ts`)
@@ -1,6 +1,6 @@
/* =============================================================================
* M01_MasterData_UI_LogicLab_New.ts
* 「단가산출 로직」 — 식으로 새 로직 만들기 (PLAN 3-3 · 계약 `_화면_계약.md` 7장)
* 「로직 개선 시험」 — 식으로 새 로직 만들기 (PLAN 3-3 · 계약 `_화면_계약.md` 7장)
* ① 식을 줄로 적음 ② [분석] → 변수 표에서 변수마다 무엇인지·단위·비목을 고름
* ③ 이름·결과 단위 ④ 시험 계산으로 값을 보고 저장(자체 로직 · 키 GX)
* 검사에 걸린 것은 그 줄·자리를 짚어 쉬운 말로 보임 — 서버 글 그대로(`문제`)
@@ -1,6 +1,6 @@
/* =============================================================================
* M01_MasterData_UI_LogicLab_Text.ts
* 「단가산출 로직」 컨테이너 글자 — [한국어, 영어]
* 「로직 개선 시험」 컨테이너 글자 — [한국어, 영어]
* ========================================================================== */
import { currentLanguageIndex } from "@ui/ui_template_locale";
@@ -53,7 +53,7 @@ const TEXT = {
Pill_Table: ["표", "Table"],
Pill_Logic: ["로직", "Logic"],
Pill_Go: ["마스터 화면에서 보기", "Open in master"],
Pill_Back: ["← 단가산출 로직으로 돌아가기", "← Back to unit-price logic"],
Pill_Back: ["← 로직 개선 시험으로 돌아가기", "← Back to logic lab"],
Pill_NoPick: [
"고르기 조건에 맞는 마스터 줄이 없음 — 단가를 못 찾음",
"No master row matches the pick conditions",