> 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/shi-gong-cha-yan-yu-que-shi-zhui-zong/app/si-que-shi-zong-lan-yu-fu-cha-zhui-zong.md).

# 四、 缺失總覽與複查追蹤

為確保施工品質，系統會自動將查驗單中判定為「未通過」的項目，集中彙整至專屬頁面，方便人員持續追蹤。

* **進入缺失總覽**： 回到「<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%2FJyZZnEiptQNTuQoTCdMX%2Fimage.png?alt=media&amp;token=c3562bc1-3637-4dec-aeeb-826764ed4dfe" alt="" width="407"><figcaption></figcaption></figure>
* **檢視缺失項目**： 列表上方提供「全部」、「通過」、「未通過」、「未檢驗」等頁籤。您可以在此集中查看所有待改善的缺失項目。

  <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2FfYleY0b01TVBmg8F63gO%2Fimage.png?alt=media&amp;token=54146e62-8b67-4516-8b03-d0f7c5d0b46b" alt="" width="399"><figcaption></figcaption></figure>
* **執行複查紀錄**： 待協力廠商改善完畢後，可以在缺失列表上勾選「<mark style="color:$primary;">**複查結果**</mark>」（**通過V** / **未通過X**）、點擊該缺失項目的<mark style="color:$primary;">**複查照片欄位**</mark>進入編輯。切換至「<mark style="color:$primary;">**複查資訊**</mark>」頁籤，針對改善結果重新判定「<mark style="color:$primary;">**複查結果**</mark>」（例如更改為：通過），輸入<mark style="color:$primary;">**複查數值**</mark>、<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%2FBy6dk9OWtxb771WjKOx9%2Fimage.png?alt=media&amp;token=941e9da9-b16c-489f-bcbe-6831c11b68d7" 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/shi-gong-cha-yan-yu-que-shi-zhui-zong/app/si-que-shi-zong-lan-yu-fu-cha-zhui-zong.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.
