> 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/gong-cheng-jin-du-guan-li/app/si-jin-ru-jin-du-lie-biao-yu-biao-ji-wan-gong.md).

# 四、 進入進度列表與標記完工

為了深入檢視所有細節並更新最終進度，您可以進入完整的列表頁面操作。

1. **查看全部進度**： 在儀表板「<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%2FsSxsHK7PRHi06mrYlIYu%2Fimage.png?alt=media&amp;token=ca389f36-c1d5-4273-9d8f-5ed6c9a7b657" alt="" width="563"><figcaption></figcaption></figure>
2. **檢視詳細資訊**： 無論是在儀表板或進度列表，只要點擊該筆進度卡片，即可展開「<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%2FHtdJFi0Tgfj2QOjqXrsw%2Fimage.png?alt=media&amp;token=8a61562b-cb08-4a7b-aa6d-b33e04acb043" alt="" width="563"><figcaption></figcaption></figure>
3. **標記完工**： 當確認該項目現場已施作完畢，請在詳細資訊視窗的最下方，點擊綠色的 「<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%2Fr0kuH7y5p7FCADgYgu8o%2Fimage.png?alt=media&amp;token=91620019-ad6d-4d9e-873d-64309bd130fd" alt="" width="563"><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/gong-cheng-jin-du-guan-li/app/si-jin-ru-jin-du-lie-biao-yu-biao-ji-wan-gong.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.
