feat(M01): 준용 고르면 값 따라옴 · 인력 상태 거름 · 유가전력 구분·상세구분 거름
- 인력 준용 고르기 — 값 칸이 고른 직종 값으로 바뀌어 노랑 · 비우면 원래 값 - 저장 때 서버가 준용 직종 값을 다시 읽어 값 칸에 채움(화면 값 불신) - 인력 왼쪽 패널 「상태」 드롭다운(목록은 서버) · 재료 유가전력 2단 거름 - 시험 2개 더함 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016WRFJmmhPi4exAzHgPZHMT
This commit is contained in:
@@ -81,8 +81,9 @@ def get_rows(
|
||||
unlinked: bool = False,
|
||||
sub: str = "",
|
||||
detail: str = "",
|
||||
state: str = "",
|
||||
) -> dict:
|
||||
return _call(store.rows, file, page, size, q, unlinked, sub, detail)
|
||||
return _call(store.rows, file, page, size, q, unlinked, sub, detail, state)
|
||||
|
||||
|
||||
@router.get("/tables")
|
||||
|
||||
Reference in New Issue
Block a user