> For the complete documentation index, see [llms.txt](https://help.ilabs.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ilabs.co.kr/faq/06/06-002.md).

# 결재 상태 조회 화면에서 결재 상태 확인

## Q 문의&#x20;

* 결재 상태를 확인하고 싶어요.&#x20;

## A 답변&#x20;

{% hint style="info" %}

* 결재 상태 조회 화면은 실험 회차와 시험치, 성적서 결과 등에 따라 나뉘어 자세하게 표현이 되는데 이전 회차 결과를 최종결과로 인식하신 것으로 보입니다.<br>
* ※ 결재자와 검토자 승인자는 공란으로 처리하였습니다.
  {% endhint %}

화면 : 결재/성적관리 → 결재 상태 조회 화

![승인된 접수건의 결재상태 반려표시](/files/-LBcusQj2x3Bw2Cnki-n)

* 위 그림의 상태 탭을 보면 상태 탭에서 승인표시가 나타나 있음에도 불구하고 하단의 승인자 칸에는\
  반려가 표시되고 있습니다.&#x20;
* 이때 좌측을 보면 회차의 부분에 1차와 2차로 서로 나뉘어서 표시됩니다.

![내 결재관리 화면에서의 결재 진행 상태](/files/-LBcy3kBG23CVA0vvv3Q)

* 내 결재관리화면에서 접수건의 상태를 조회해 보아도 반려가 나타납니다.&#x20;

{% hint style="info" %}
모든 접수 건은 실험 회차와 결과를 표시하기 때문에 첫 번 실험에서 반려로 인해 결재진행이 되돌아갔다면 결재 진행 상태에 기록이 남게 되어 최종결과가 승인이어도 1차 실험진행은 반려로 표시됩니다.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.ilabs.co.kr/faq/06/06-002.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
