> For the complete documentation index, see [llms.txt](https://quteng-1.gitbook.io/quteng-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/er-zhuang-tai-shai-xuan-yu-jian-shi-dan-ju.md).

# 二、 狀態篩選與檢視單據

進入簽核列表後，系統會清楚列出所有相關的單據資訊，包含單據編號、所屬系統、簽核時間與目前的簽核人員。

* **快速過濾**： 列表上方提供「全部」、「簽核中」、「通過」與「駁回」等分類頁籤。您可以左右滑動點選，快速篩選出目前需要您處理的「**簽核中**」單據。

  <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2FGRfvvux3theAhAze1dxU%2Fimage.png?alt=media&amp;token=03e2802d-9a98-42c5-b6b0-a4db5722727d" alt="" width="404"><figcaption></figcaption></figure>
* **檢閱單據**： 找到待辦任務後，直接<mark style="color:$primary;">點擊該筆單據卡片</mark>，即可<mark style="color:$primary;">進入詳細頁面查看完整的工程項目、數量、備註與現場照片等內容</mark>。

  <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2F7CIwSgZmibrBSPbYVJ4k%2Fimage.png?alt=media&amp;token=ae5af438-cab8-4741-a17b-ed0b6471d6cd" alt="" width="403"><figcaption></figcaption></figure>


---

# 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://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/er-zhuang-tai-shai-xuan-yu-jian-shi-dan-ju.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.
