> 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/pc/er-suo-you-que-shi-zong-lan-gai-shan-yu-fu-cha.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%2Fe8ApaYsQ4nqMExFYn0hH%2Fimage.png?alt=media&amp;token=26c15de0-6196-4cd5-a02b-38ddb0bc9a1a" 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%2FSwEYmExM2tKytV3K60GD%2Fimage.png?alt=media&amp;token=7c040ed8-2d88-481f-a60c-6ac8a7ab5ce2" alt="" width="563"><figcaption></figcaption></figure>
3. **填寫複查紀錄**： 於彈出視窗中，依據現場實際改善狀況，選擇「<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%2FD7Ffh7oKZPF4z3lpsLvC%2Fimage.png?alt=media&amp;token=a7efdea8-e63e-4542-b7df-dc33aeca85d2" alt="" width="563"><figcaption></figcaption></figure>
4. **完成儲存**： 點擊右下角「<mark style="color:$primary;">**儲存**</mark>」，即可更新該缺失的最新狀態，完成品質追蹤的閉環管理。


---

# 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/pc/er-suo-you-que-shi-zong-lan-gai-shan-yu-fu-cha.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.
